TVOAudioCodec Class Reference
Inherits from | NSObject |
---|---|
Declared in | TVOAudioCodec.h |
name
The name of the audio codec.
@property (nonatomic, copy, readonly, nonnull) NSString *name
Declared In
TVOAudioCodec.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
TVOAudioCodec
can not be created with init. To use an audio codec, use one of the TVOAudioCodec
subclasses.
Declared In
TVOAudioCodec.h