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