INPUT_OBJECT

EncodingConfigurationAudioInfo

A broadcast audio encoding configuration definition. No default values. Only fields for which you specify values are set.

link GraphQL Schema definition

  • input EncodingConfigurationAudioInfo {
  • # The codec. Valid values: AAC
  • codec: String
  • # The target bitrate, in bits-per-second.
  • bitrate: Int
  • # True if resampling the audio before encoding; false otherwise.
  • resampleEnable: Boolean
  • # The resampling sample rate.
  • resampleSampleRate: Int
  • # The resampling number of channels.
  • resampleChannels: Int
  • # The resampling source mask.
  • resampleChannelMaskSource: Int
  • # The resampling destination mask.
  • resampleChannelMaskDestination: Int
  • }

link Require by