Table of Contents

Class MediaProfile

Namespace
WINKOnvif.Core.Models.Media
Assembly
WINKOnvif.Core.dll
public class MediaProfile
Inheritance
MediaProfile
Inherited Members

Properties

Fixed

public bool Fixed { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

PTZ

public PTZConfiguration? PTZ { get; set; }

Property Value

PTZConfiguration

SnapshotUri

public string? SnapshotUri { get; set; }

Property Value

string

StreamUri

public string? StreamUri { get; set; }

Property Value

string

Token

public string Token { get; set; }

Property Value

string

VideoEncoder

public VideoEncoderConfiguration? VideoEncoder { get; set; }

Property Value

VideoEncoderConfiguration

VideoSource

public VideoSourceConfiguration? VideoSource { get; set; }

Property Value

VideoSourceConfiguration

VideoSourceToken

public string VideoSourceToken { get; set; }

Property Value

string