Skip to main content

EncodeAudioDestination

A reference to the place where one of the outputs of an encoding audio job is stored.

type EncodeAudioDestination {
destination: DestinationData!
format: AudioFormat!
}

Fields

EncodeAudioDestination.destination ● DestinationData! non-null object

Where the resulting encoding output should be stored.

EncodeAudioDestination.format ● AudioFormat! non-null enum

The format of this destination result.

Member of

EncodeAudioJob object