onvif
    Preparing search index...

    Interface PaneConfiguration

    Configuration of the streaming and coding settings of a Video window.

    interface PaneConfiguration {
        audioEncoderConfiguration?: AudioEncoderConfiguration;
        audioOutputToken?: string;
        audioSourceToken?: string;
        paneName?: string;
        receiverToken?: string;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    audioEncoderConfiguration?: AudioEncoderConfiguration

    The configuration of the audio encoder including codec, bitrate and sample rate.

    audioOutputToken?: string

    If the device has audio outputs, this element contains a pointer to the audio output that is associated with the pane. A client can retrieve the available audio outputs of a device using the GetAudioOutputs command of the DeviceIO service.

    audioSourceToken?: string

    If the device has audio sources, this element contains a pointer to the audio source that is associated with this pane. The audio connection from a decoder device to the NVT is established using the backchannel mechanism. A client can retrieve the available audio sources of a device using the GetAudioSources command of the DeviceIO service.

    paneName?: string

    Optional name of the pane configuration.

    receiverToken?: string

    A pointer to a Receiver that has the necessary information to receive data from a Transmitter. This Receiver can be connected and the network video decoder displays the received data on the specified outputs. A client can retrieve the available Receivers using the GetReceivers command of the Receiver Service.

    token: string

    A unique identifier in the display device.