onvif
    Preparing search index...

    Interface VideoSourceConfigurationOptions

    interface VideoSourceConfigurationOptions {
        boundsRange: IntRectangleRange;
        extension?: VideoSourceConfigurationOptionsExtension;
        maximumNumberOfProfiles?: number;
        videoSourceTokensAvailable?: string[];
    }
    Index
    boundsRange: IntRectangleRange

    Supported range for the capturing area. Device that does not support cropped streaming shall express BoundsRange option as mentioned below BoundsRange->XRange and BoundsRange->YRange with same Min/Max values HeightRange and WidthRange Min/Max values same as VideoSource Height and Width Limits.

    maximumNumberOfProfiles?: number

    Maximum number of profiles.

    videoSourceTokensAvailable?: string[]

    List of physical inputs.