LiveEventInput コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>
ライブ イベントの入力エンドポイント。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET