Class OnvifMediaProfile
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
Name
Gets the name of the media profile.
public string Name { get; }
Property Value
Streams
Gets the list of media stream types available in this profile.
public List<MediaType> Streams { get; }