다음을 통해 공유


PlaybackCommand 열거형

정의

실행할 미디어 재생 명령을 나타냅니다.

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

채널 다운 명령을 실행합니다.

ChannelUp 8

channel up 명령을 실행합니다.

FastForward 4

빠른 전달 명령을 실행합니다.

Next 6

다음 명령을 실행합니다.

Pause 1

pause 명령을 실행합니다.

Play 0

play 명령을 실행합니다.

Previous 7

이전 명령을 실행합니다.

Record 3

레코드 명령을 실행합니다.

Rewind 5

rewind 명령을 실행합니다.

Stop 2

중지 명령을 실행합니다.

설명

이 API를 호출하려면 애플리케이션 매니페스트에 ID_CAP_SMSID_CAP_SMS_COMPANION 기능을 지정해야 합니다.

적용 대상