IVSVideoCodec
Objective-C
@interface IVSVideoCodec : NSObject
Swift
class IVSVideoCodec : NSObject
A description of the capabilities of an AV device that is usable by the Broadcast SDK.
-
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE
-
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE
-
The codec MIME subtype. Valid types are listed in: https://www.iana.org/assignments/media-types/media-types.xhtml
Declaration
Objective-C
@property (nonatomic, strong, readonly) IVSVideoCodecName _Nonnull name;
Swift
var name: IVSVideoCodecName { get }