次の方法で共有


CallMedia.PlayAsync メソッド

定義

オーバーロード

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
cancellationToken
CancellationToken

戻り値

Play の PlayResult関連イベントを待機するために使用できる を返します。

適用対象