onvif
    Preparing search index...

    Interface VideoOutput

    Representation of a physical video outputs.

    interface VideoOutput {
        aspectRatio?: number;
        extension?: VideoOutputExtension;
        layout: Layout;
        refreshRate?: number;
        resolution?: VideoResolution;
        token: string;
    }

    Hierarchy (View Summary)

    Index
    aspectRatio?: number

    Aspect ratio of the display as physical extent of width divided by height.

    layout: Layout
    refreshRate?: number

    Refresh rate of the display in Hertz.

    resolution?: VideoResolution

    Resolution of the display in Pixel.

    token: string

    Unique identifier referencing the physical entity.