次の方法で共有


PlayOptions クラス

定義

再生操作で使用するオプション。

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

ファイルを再生するターゲット識別子の一覧。

適用対象