Share via


MediaEnabledProtocols(Boolean, Boolean, Boolean, Boolean) Constructor

Definition

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.

Applies to