Interface: OutputRtmpClientAudioOptions
Defined in: composition-openapi/dist/index.d.ts:2397
Export​
OutputRtmpClientAudioOptions
Properties​
channels?​
optionalchannels:null|AudioChannels
Defined in: composition-openapi/dist/index.d.ts:2415
Channels configuration.
Memberof​
OutputRtmpClientAudioOptions
initial​
initial:
AudioScene
Defined in: composition-openapi/dist/index.d.ts:2421
Initial audio mixer configuration for output.
Memberof​
OutputRtmpClientAudioOptions
mixingStrategy?​
optionalmixingStrategy:null|AudioMixingStrategy
Defined in: composition-openapi/dist/index.d.ts:2403
(default="sum_clip") Specifies how audio should be mixed.
Memberof​
OutputRtmpClientAudioOptions
sendEosWhen?​
optionalsendEosWhen:null|OutputEndCondition
Defined in: composition-openapi/dist/index.d.ts:2409
Condition for termination of the output stream based on the input streams states. If output includes both audio and video streams, then EOS needs to be sent for every type.
Memberof​
OutputRtmpClientAudioOptions