AudioTrackConfiguration
Complex type specifying an audio track configuration to be used by the encoder.
Contents
- 
                    channels - 
                            Number of audio channels. 
- 
                            Type: Integer 
- 
                            Valid Values: 2 
- 
                            Required: Yes 
 
- 
                            
- 
                    codec - 
                            Codec used for the audio encoding. 
- 
                            Type: String 
- 
                            Valid Values: aac
- 
                            Required: Yes 
 
- 
                            
- 
                    settings - 
                            Audio encoder settings. 
- 
                            Type: AudioTrackSettings object 
 
- 
                            
- 
                    track_id - 
                            Track index as defined in the Enhanced Audio section of the E-RTMP specification. Track 0 is the primary audio track and should be encoded as standard RTMP audio unless the codec being used does not allow it. 
- 
                            Type: Integer 
- 
                            Required: Yes 
 
-