VideoPublishingOptions Class
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.
Optional flags used to change how video is published. These are only allowed for topologies where "kind" is set to "live".
public class VideoPublishingOptions
type VideoPublishingOptions = class
Public Class VideoPublishingOptions
- Inheritance
-
VideoPublishingOptions
Constructors
VideoPublishingOptions() |
Initializes a new instance of the VideoPublishingOptions class. |
VideoPublishingOptions(String, String) |
Initializes a new instance of the VideoPublishingOptions class. |
Properties
DisableArchive |
Gets or sets 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 |
Gets or sets 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'. |