Freigeben über


MediaEnabledProtocols(Boolean, Boolean, Boolean, Boolean) Konstruktor

Definition

Initialisiert eine neue instance von 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)

Parameter

isDownloadEnabled
Boolean

Aktivieren Sie das Downloadprotokoll oder nicht.

isDashEnabled
Boolean

Aktivieren Sie das DASH-Protokoll oder nicht.

isHlsEnabled
Boolean

Aktivieren Sie das HLS-Protokoll oder nicht.

isSmoothStreamingEnabled
Boolean

Aktivieren Sie das SmoothStreaming-Protokoll oder nicht.

Gilt für: