MediaPlaybackItem.AutoLoadedDisplayProperties 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
시스템에서 시스템 미디어 전송 컨트롤에 표시할 메타데이터를 자동으로 로드해야 하는 미디어 콘텐츠 유형(있는 경우)을 지정하는 값을 가져오거나 설정합니다.
public:
property AutoLoadedDisplayPropertyKind AutoLoadedDisplayProperties { AutoLoadedDisplayPropertyKind get(); void set(AutoLoadedDisplayPropertyKind value); };
AutoLoadedDisplayPropertyKind AutoLoadedDisplayProperties();
void AutoLoadedDisplayProperties(AutoLoadedDisplayPropertyKind value);
public AutoLoadedDisplayPropertyKind AutoLoadedDisplayProperties { get; set; }
var autoLoadedDisplayPropertyKind = mediaPlaybackItem.autoLoadedDisplayProperties;
mediaPlaybackItem.autoLoadedDisplayProperties = autoLoadedDisplayPropertyKind;
Public Property AutoLoadedDisplayProperties As AutoLoadedDisplayPropertyKind
속성 값
시스템에서 메타데이터를 자동으로 로드하고 표시해야 하는 미디어 콘텐츠 형식을 지정하는 값입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
GetDisplayProperties를 호출하고 반환된 [MediaItemDisplayProperties](mediaitemdisplayproperties.md)의 데이터를 설정한 다음 ApplyDisplayProperties를 호출하여 시스템에서 콘텐츠에 메타데이터를 동적으로 로드하는 대신 미디어 항목에 대한 메타데이터를 프로그래밍 방식으로 제공할 수 있습니다. 자세한 내용은 미디어 항목, 재생 목록 및 트랙을 참조하세요.