onvif
    Preparing search index...

    Interface Profile

    A media profile consists of a set of media configurations. Media profiles are used by a client to configure properties of a media stream from an NVT. An NVT shall provide at least one media profile at boot. An NVT should provide “ready to use” profiles for the most common media configurations that the device offers. A profile consists of a set of interconnected configuration entities. Configurations are provided by the NVT and can be either static or created dynamically by the NVT. For example, the dynamic configurations can be created by the NVT depending on current available encoding resources.

    Index
    audioEncoderConfiguration?: AudioEncoderConfiguration

    Optional configuration of the Audio encoder.

    audioSourceConfiguration?: AudioSourceConfiguration

    Optional configuration of the Audio input.

    extension?: ProfileExtension

    Extensions defined in ONVIF 2.0

    fixed?: boolean

    A value of true signals that the profile cannot be deleted. Default is false.

    metadataConfiguration?: MetadataConfiguration

    Optional configuration of the metadata stream.

    name: string

    User readable name of the profile.

    PTZConfiguration?: PTZConfiguration

    Optional configuration of the pan tilt zoom unit.

    token: string

    Unique identifier of the profile.

    videoAnalyticsConfiguration?: VideoAnalyticsConfiguration

    Optional configuration of the video analytics module and rule engine.

    videoEncoderConfiguration?: VideoEncoderConfiguration

    Optional configuration of the Video encoder.

    videoSourceConfiguration?: VideoSourceConfiguration

    Optional configuration of the Video input.