FLVAudioCodec
public enum FLVAudioCodec : UInt8
The type of flv supports audio codecs.
-
The PCM codec.
Declaration
Swift
case pcm = 0
-
The ADPCM codec.
Declaration
Swift
case adpcm = 1
-
The MP3 codec.
Declaration
Swift
case mp3 = 2
-
The PCM little endian codec.
Declaration
Swift
case pcmle = 3
-
The Nellymoser 16kHz codec.
Declaration
Swift
case nellymoser16K = 4
-
The Nellymoser 8kHz codec.
Declaration
Swift
case nellymoser8K = 5
-
The Nellymoser codec.
Declaration
Swift
case nellymoser = 6
-
The G.711 A-law codec.
Declaration
Swift
case g711A = 7
-
The G.711 mu-law codec.
Declaration
Swift
case g711MU = 8
-
The AAC codec.
Declaration
Swift
case aac = 10
-
The Speex codec.
Declaration
Swift
case speex = 11
-
The MP3 8kHz codec.
Declaration
Swift
case mp3_8k = 14
-
The Device-specific sound.
Declaration
Swift
case device = 15
-
The undefined codec
Declaration
Swift
case unknown = 0xFF