@fishjam-cloud/js-server-sdk - v0.29.0
    Preparing search index...

    Interface OutputWhipAudioOptions

    OutputWhipAudioOptions

    interface OutputWhipAudioOptions {
        channels?: null | AudioChannels;
        encoderPreferences?: null | WhipAudioEncoderOptions[];
        initial: AudioScene;
        mixingStrategy?: null | AudioMixingStrategy;
        sendEosWhen?: null | OutputEndCondition;
    }
    Index

    Properties

    channels?: null | AudioChannels

    Specifies channels configuration.

    OutputWhipAudioOptions

    encoderPreferences?: null | WhipAudioEncoderOptions[]

    Codec preferences list.

    OutputWhipAudioOptions

    initial: AudioScene

    Initial audio mixer configuration for output.

    OutputWhipAudioOptions

    mixingStrategy?: null | AudioMixingStrategy

    (default="sum_clip") Specifies how audio should be mixed.

    OutputWhipAudioOptions

    sendEosWhen?: null | OutputEndCondition

    Condition for termination of output stream based on the input streams states.

    OutputWhipAudioOptions