Table of Contents

Class OnvifMediaProfile

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

Represents an ONVIF media profile containing stream configuration information.

public class OnvifMediaProfile
Inheritance
OnvifMediaProfile
Inherited Members

Constructors

OnvifMediaProfile()

public OnvifMediaProfile()

Properties

Index

Gets the index of the media profile.

public int Index { get; }

Property Value

int

Name

Gets the name of the media profile.

public string Name { get; }

Property Value

string

Streams

Gets the list of media stream types available in this profile.

public List<MediaType> Streams { get; }

Property Value

List<MediaType>