onvif
    Preparing search index...

    Interface MediaProfile

    A media profile consists of a set of media configurations.

    interface MediaProfile {
        configurations?: ConfigurationSet;
        fixed?: boolean;
        name: string;
        token: string;
    }
    Index
    configurations?: ConfigurationSet

    The configurations assigned to the profile.

    fixed?: boolean

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

    name: string

    User readable name of the profile.

    token: string

    Unique identifier of the profile.