Documentation
    Preparing search index...

    Interface IpOutputSettingObject

    interface IpOutputSettingObject {
        bitDepth: BitDepth;
        colorModel: ColorModel;
        compare: string;
        delay: number;
        format: string;
        frequency: FrequencyEnum;
        SDPColorspace: SDPColorspace;
        SDPTcs: SDPTcs;
        status: number;
        statusText: string;
    }
    Index

    Properties

    bitDepth: BitDepth

    enum : bitdepth (Added in 2.0)

    colorModel: ColorModel

    enum : color_model (Added in 2.0)

    compare: string

    ObjectID : compare (Added in 2.0)

    Unknown what this is used for. This will be likely changed into a Ref-type in future versions

    delay: number

    int : delay [ min: 0 | max: 12 ] *

    format: string

    string : format (Added in 2.0)

    frequency: FrequencyEnum

    enum : frequency (Added in 2.0)

    SDPColorspace: SDPColorspace

    enum : SDP_Colorspace (Added in 2.0)

    SDPTcs: SDPTcs

    enum : SDP_Tcs (Added in 2.0)

    status: number

    int : status [ read_only ] *

    statusText: string

    string : status_text [ read_only ] *