다음을 통해 공유


MediaTimelineController.State 속성

정의

실행 중이거나 일시 중지될 수 있는 MediaTimelineController의 현재 상태를 나타내는 값을 가져옵니다.

public:
 property MediaTimelineControllerState State { MediaTimelineControllerState get(); };
MediaTimelineControllerState State();
public MediaTimelineControllerState State { get; }
var mediaTimelineControllerState = mediaTimelineController.state;
Public ReadOnly Property State As MediaTimelineControllerState

속성 값

MediaTimelineController의 현재 상태를 나타내는 값입니다.

설명

MediaTimelineController의 상태가 변경될 때 알림을 받으려면 StateChanged 이벤트를 처리합니다.

적용 대상