onvif
    Preparing search index...

    Interface OSDTextOptions

    interface OSDTextOptions {
        backgroundColor?: OSDColorOptions;
        dateFormat?: string[];
        extension?: OSDTextOptionsExtension;
        fontColor?: OSDColorOptions;
        fontSizeRange?: IntRange;
        timeFormat?: string[];
        type?: string[];
    }
    Index
    backgroundColor?: OSDColorOptions

    List of supported background color.

    dateFormat?: string[]

    List of supported date format.

    fontColor?: OSDColorOptions

    List of supported font color.

    fontSizeRange?: IntRange

    Range of the font size value.

    timeFormat?: string[]

    List of supported time format.

    type?: string[]

    List of supported OSD text type. When a device indicates the supported number relating to Text type in MaximumNumberOfOSDs, the type shall be presented.