Interface: OutputWhipAudioOptions
Defined in: composition-openapi/dist/index.d.ts:2703
Export​
OutputWhipAudioOptions
Properties​
channels?​
optionalchannels:null|AudioChannels
Defined in: composition-openapi/dist/index.d.ts:2721
Specifies channels configuration.
Memberof​
OutputWhipAudioOptions
encoderPreferences?​
optionalencoderPreferences:null|WhipAudioEncoderOptions[]
Defined in: composition-openapi/dist/index.d.ts:2727
Codec preferences list.
Memberof​
OutputWhipAudioOptions
initial​
initial:
AudioScene
Defined in: composition-openapi/dist/index.d.ts:2733
Initial audio mixer configuration for output.
Memberof​
OutputWhipAudioOptions
mixingStrategy?​
optionalmixingStrategy:null|AudioMixingStrategy
Defined in: composition-openapi/dist/index.d.ts:2709
(default="sum_clip") Specifies how audio should be mixed.
Memberof​
OutputWhipAudioOptions
sendEosWhen?​
optionalsendEosWhen:null|OutputEndCondition
Defined in: composition-openapi/dist/index.d.ts:2715
Condition for termination of output stream based on the input streams states.
Memberof​
OutputWhipAudioOptions