CallMedia.PlayAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PlayAsync(PlayOptions, CancellationToken) |
指定した参加者の非同期にオーディオを再生します。 |
PlayAsync(PlaySource, IEnumerable<CommunicationIdentifier>, CancellationToken) |
指定した参加者の非同期にオーディオを再生します。 |
PlayAsync(PlayOptions, CancellationToken)
- ソース:
- CallMedia.cs
- ソース:
- CallMedia.cs
指定した参加者の非同期にオーディオを再生します。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>> PlayAsync (Azure.Communication.CallAutomation.PlayOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member PlayAsync : Azure.Communication.CallAutomation.PlayOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>>
override this.PlayAsync : Azure.Communication.CallAutomation.PlayOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>>
Public Overridable Function PlayAsync (options As PlayOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlayResult))
パラメーター
- options
- PlayOptions
再生オプションと構成を含む省略可能な オブジェクト。
- cancellationToken
- CancellationToken
要求を取り消す省略可能な CancellationToken。
戻り値
Play の関連イベントを PlayResult 待機するために使用できる オブジェクトを返します。
適用対象
PlayAsync(PlaySource, IEnumerable<CommunicationIdentifier>, CancellationToken)
- ソース:
- CallMedia.cs
- ソース:
- CallMedia.cs
指定した参加者の非同期にオーディオを再生します。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>> PlayAsync (Azure.Communication.CallAutomation.PlaySource playSource, System.Collections.Generic.IEnumerable<Azure.Communication.CommunicationIdentifier> playTo, System.Threading.CancellationToken cancellationToken = default);
abstract member PlayAsync : Azure.Communication.CallAutomation.PlaySource * seq<Azure.Communication.CommunicationIdentifier> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>>
override this.PlayAsync : Azure.Communication.CallAutomation.PlaySource * seq<Azure.Communication.CommunicationIdentifier> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Communication.CallAutomation.PlayResult>>
Public Overridable Function PlayAsync (playSource As PlaySource, playTo As IEnumerable(Of CommunicationIdentifier), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PlayResult))
パラメーター
- playSource
- PlaySource
- playTo
- IEnumerable<CommunicationIdentifier>
- cancellationToken
- CancellationToken
戻り値
Play の PlayResult関連イベントを待機するために使用できる を返します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET