LiveEventInput コンストラクター

定義

オーバーロード

LiveEventInput()

LiveEventInput クラスの新しいインスタンスを初期化します。

LiveEventInput(LiveEventInputProtocol, LiveEventInputAccessControl, String, String, IList<LiveEventEndpoint>)

LiveEventInput クラスの新しいインスタンスを初期化します。

LiveEventInput()

LiveEventInput クラスの新しいインスタンスを初期化します。

public LiveEventInput ();
Public Sub New ()

適用対象

LiveEventInput(LiveEventInputProtocol, LiveEventInputAccessControl, String, String, IList<LiveEventEndpoint>)

LiveEventInput クラスの新しいインスタンスを初期化します。

public LiveEventInput (Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol streamingProtocol, Microsoft.Azure.Management.Media.Models.LiveEventInputAccessControl accessControl = default, string keyFrameIntervalDuration = default, string accessToken = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventEndpoint> endpoints = default);
new Microsoft.Azure.Management.Media.Models.LiveEventInput : Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol * Microsoft.Azure.Management.Media.Models.LiveEventInputAccessControl * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.LiveEventEndpoint> -> Microsoft.Azure.Management.Media.Models.LiveEventInput
Public Sub New (streamingProtocol As LiveEventInputProtocol, Optional accessControl As LiveEventInputAccessControl = Nothing, Optional keyFrameIntervalDuration As String = Nothing, Optional accessToken As String = Nothing, Optional endpoints As IList(Of LiveEventEndpoint) = Nothing)

パラメーター

streamingProtocol
LiveEventInputProtocol

ライブ イベントの入力プロトコル。 これは作成時に指定され、更新できません。 使用可能な値は、'FragmentedMP4'、'RTMP' です。

accessControl
LiveEventInputAccessControl

ライブ イベント入力のアクセス制御。

keyFrameIntervalDuration
String

入力のキー フレーム間隔期間の ISO 8601 時間。 この値は、HLS 出力の EXT-X-TARGETDURATION プロパティを設定します。 たとえば、PT2S を使用して 2 秒を示します。 ライブ イベントをエンコードする場合は、値を空のままにします。

accessToken
String

ストリームを一意に識別するための文字列形式の UUID。 これは作成時に指定できますが、更新することはできません。 省略すると、サービスによって一意の値が生成されます。

endpoints
IList<LiveEventEndpoint>

ライブ イベントの入力エンドポイント。

適用対象