CPAudioCodec
Undocumented
-
Unavailable
Use static initializer withType:
Undocumented
Declaration
Objective-C
- (instancetype)init __attribute__((unavailable("Use static initializer withType:")));
-
Returns Codec Type
Declaration
Objective-C
@property (nonatomic, readonly) CPAudioCodecTypes type;
Swift
var type: CPAudioCodecTypes { get }
-
Initializes Video Codec Object with the given Video Codec Type.
Declaration
Objective-C
+ (nonnull CPAudioCodec *)withType:(CPAudioCodecTypes)codecType;
Swift
class func withType(_ codecType: CPAudioCodecTypes) -> CPAudioCodec