VideoPublishingOptions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
VideoPublishingOptions() |
Initializes a new instance of the VideoPublishingOptions class. |
VideoPublishingOptions(String, String) |
Initializes a new instance of the VideoPublishingOptions class. |
VideoPublishingOptions()
Initializes a new instance of the VideoPublishingOptions class.
public VideoPublishingOptions ();
Public Sub New ()
Applies to
VideoPublishingOptions(String, String)
Initializes a new instance of the VideoPublishingOptions class.
public VideoPublishingOptions (string disableArchive = default, string disableRtspPublishing = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPublishingOptions : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoPublishingOptions
Public Sub New (Optional disableArchive As String = Nothing, Optional disableRtspPublishing As String = Nothing)
Parameters
- disableArchive
- String
When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- disableRtspPublishing
- String
When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.