Class MediaProfile
- Namespace
- WINKOnvif.Core.Models.Media
- Assembly
- WINKOnvif.Core.dll
public class MediaProfile
- Inheritance
-
MediaProfile
- Inherited Members
-
Properties
public bool Fixed { get; set; }
Property Value
- bool
public string Name { get; set; }
Property Value
- string
public PTZConfiguration? PTZ { get; set; }
Property Value
- PTZConfiguration
public string? SnapshotUri { get; set; }
Property Value
- string
public string? StreamUri { get; set; }
Property Value
- string
public string Token { get; set; }
Property Value
- string
public VideoEncoderConfiguration? VideoEncoder { get; set; }
Property Value
- VideoEncoderConfiguration
public VideoSourceConfiguration? VideoSource { get; set; }
Property Value
- VideoSourceConfiguration
public string VideoSourceToken { get; set; }
Property Value
- string