BNBCameraTextureFormat

Objective-C

NS_ENUM(NSInteger, BNBCameraTextureFormat)
{
    BNBCameraTextureFormatY,
    BNBCameraTextureFormatU,
    BNBCameraTextureFormatV,
    BNBCameraTextureFormatUv,
    BNBCameraTextureFormatRgba,
}

Swift

enum BNBCameraTextureFormat : Int, @unchecked Sendable

Undocumented