ChapterCue 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TimedMetadataTrack에 포함될 수 있는 챕터 큐를 나타냅니다.
public ref class ChapterCue sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChapterCue final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ChapterCue
function ChapterCue()
Public NotInheritable Class ChapterCue
- 상속
- 특성
- 구현
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
ChapterCue는 AddCue 메서드를 사용하여 TimedMetadataTrack에 추가할 수 있습니다. 큐의 시작 시간에 도달하면 CueEntered 이벤트가 발생하고 처리기에 전달된 MediaCueEventArgs 를 사용하여 ChapterCue의 복사본을 가져올 수 있습니다.
생성자
ChapterCue() |
ChapterCue 클래스의 새 instance 초기화합니다. |
속성
Duration |
큐와 연결된 장의 기간을 지정하는 값을 가져오거나 설정합니다. |
Id |
시간이 지정된 메타데이터 트랙의 식별자를 가져옵니다. |
StartTime |
큐의 시작 시간을 가져옵니다. |
Title |
큐와 연결된 장의 제목을 가져옵니다. |