你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PlayOptions 类

定义

在 Play 操作中使用的选项。

public class PlayOptions
type PlayOptions = class
Public Class PlayOptions
继承
PlayOptions

构造函数

PlayOptions(IEnumerable<PlaySource>, IEnumerable<CommunicationIdentifier>)

创建新的 PlayOptions 对象。

PlayOptions(PlaySource, IEnumerable<CommunicationIdentifier>)

创建新的 PlayOptions 对象。

属性

Loop

设置为 true 时,用于循环播放提供的音频源的选项。

OperationContext

操作上下文。

PlaySources

表示要播放的源的 PlaySource objecs。

PlayTo

要播放文件的目标标识符的列表。

适用于