다음을 통해 공유


MusicDisplayProperties 클래스

정의

SystemMediaTransportControlsDisplayUpdater 클래스에 의해 표시되는 음악 정보에 대한 속성을 제공합니다.

public ref class MusicDisplayProperties sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MusicDisplayProperties final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MusicDisplayProperties
Public NotInheritable Class MusicDisplayProperties
상속
Object Platform::Object IInspectable MusicDisplayProperties
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

Windows 10 버전 1607부터 MediaPlayer 클래스 또는 AudioGraph 클래스를 사용하여 미디어를 재생하는 UWP 앱은 기본적으로 시스템 미디어 전송 컨트롤과 자동으로 통합됩니다. 자동 통합을 사용하는 경우 MediaPlaybackItem 클래스를 사용하여 MusicDisplayProperties 클래스의 instance 가져올 수 있습니다. GetDisplayProperties를 호출하여 MediaItemDisplayProperties 클래스의 instance 가져옵니다. 개체를 SMTC의 항목에 대해 표시할 값으로 업데이트한 다음 ApplyDisplayProperties 를 호출하여 변경 내용을 커밋합니다. 앱에서 SMTC를 사용하는 방법에 대한 지침은 SystemMediaTransportControls와 통합을 참조하세요.

SMTC를 수동으로 제어하는 경우 SystemMediaTransportControlsDisplayUpdater 클래스를 사용하여 MusicDisplayProperties의 instance 가져옵니다. SMTC를 수동으로 제어하는 방법에 대한 방법 지침은 시스템 미디어 전송 컨트롤의 수동 제어를 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
1607 14393 AlbumTrackCount

속성

AlbumArtist

앨범 아티스트의 이름을 가져오거나 설정합니다.

AlbumTitle

앨범 제목을 가져오거나 설정합니다.

AlbumTrackCount

앨범 트랙 수를 가져오거나 설정합니다.

Artist

노래 아티스트의 이름을 가져오거나 설정합니다.

Genres

장르 이름을 나타내는 문자열의 수정 가능한 목록을 가져옵니다.

Title

노래의 제목을 가져오거나 설정합니다.

TrackNumber

트랙 번호를 가져오거나 설정합니다.

적용 대상

추가 정보