PlaybackCommand 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行するメディア再生コマンドを表します。
public enum class PlaybackCommand
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class PlaybackCommand
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum PlaybackCommand
var value = Windows.Phone.Notification.Management.PlaybackCommand.play
Public Enum PlaybackCommand
- 継承
-
PlaybackCommand
- 属性
Windows の要件
デバイス ファミリ |
Windows Mobile Extension SDK (10.0.10240.0 で導入)
|
API contract |
Windows.Phone.PhoneContract (v1.0 で導入)
|
アプリの機能 |
accessoryManager
|
フィールド
ChannelDown | 9 | channel down コマンドを実行します。 |
ChannelUp | 8 | channel up コマンドを実行します。 |
FastForward | 4 | fast forward コマンドを実行します。 |
Next | 6 | 次のコマンドを実行します。 |
Pause | 1 | pause コマンドを実行します。 |
Play | 0 | play コマンドを実行します。 |
Previous | 7 | 前のコマンドを実行します。 |
Record | 3 | record コマンドを実行します。 |
Rewind | 5 | rewind コマンドを実行します。 |
Stop | 2 | stop コマンドを実行します。 |
注釈
この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。