Skip to content

Commit

Permalink
framework update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakAndrei committed Oct 30, 2020
1 parent 543e384 commit 552dc8d
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 4 deletions.
Binary file modified BanubaSdk.framework/BanubaSdk
Binary file not shown.
Binary file modified BanubaSdk.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public protocol InputServiceDelegate : AnyObject {
func push(buffer: CoreVideo.CVPixelBuffer)
func push(buffer: CoreMedia.CMSampleBuffer)
}
public enum CameraSessionType {
@frozen public enum CameraSessionType {
case FrontCameraVideoSession
case BackCameraVideoSession
case FrontCameraPhotoSession
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public protocol InputServiceDelegate : AnyObject {
func push(buffer: CoreVideo.CVPixelBuffer)
func push(buffer: CoreMedia.CMSampleBuffer)
}
public enum CameraSessionType {
@frozen public enum CameraSessionType {
case FrontCameraVideoSession
case BackCameraVideoSession
case FrontCameraPhotoSession
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public protocol InputServiceDelegate : AnyObject {
func push(buffer: CoreVideo.CVPixelBuffer)
func push(buffer: CoreMedia.CMSampleBuffer)
}
public enum CameraSessionType {
@frozen public enum CameraSessionType {
case FrontCameraVideoSession
case BackCameraVideoSession
case FrontCameraPhotoSession
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public protocol InputServiceDelegate : AnyObject {
func push(buffer: CoreVideo.CVPixelBuffer)
func push(buffer: CoreMedia.CMSampleBuffer)
}
public enum CameraSessionType {
@frozen public enum CameraSessionType {
case FrontCameraVideoSession
case BackCameraVideoSession
case FrontCameraPhotoSession
Expand Down
Binary file not shown.

0 comments on commit 552dc8d

Please sign in to comment.