MediaEnabledProtocols(Boolean, Boolean, Boolean, Boolean) Constructor
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.
Initializes a new instance of MediaEnabledProtocols.
public MediaEnabledProtocols (bool isDownloadEnabled, bool isDashEnabled, bool isHlsEnabled, bool isSmoothStreamingEnabled);
new Azure.ResourceManager.Media.Models.MediaEnabledProtocols : bool * bool * bool * bool -> Azure.ResourceManager.Media.Models.MediaEnabledProtocols
Public Sub New (isDownloadEnabled As Boolean, isDashEnabled As Boolean, isHlsEnabled As Boolean, isSmoothStreamingEnabled As Boolean)
Parameters
- isDownloadEnabled
- Boolean
Enable Download protocol or not.
- isDashEnabled
- Boolean
Enable DASH protocol or not.
- isHlsEnabled
- Boolean
Enable HLS protocol or not.
- isSmoothStreamingEnabled
- Boolean
Enable SmoothStreaming protocol or not.