다음을 통해 공유


VideoDisplayProperties 클래스

정의

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

public ref class VideoDisplayProperties 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 VideoDisplayProperties 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 VideoDisplayProperties
Public NotInheritable Class VideoDisplayProperties
상속
Object Platform::Object IInspectable VideoDisplayProperties
특성

Windows 요구 사항

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

설명

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

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

속성

Genres

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

Subtitle

비디오의 부제목을 가져오거나 설정합니다.

Title

비디오의 제목을 가져오거나 설정합니다.

적용 대상

추가 정보