다음을 통해 공유


ChapterCue.StartTime 속성

정의

큐의 시작 시간을 가져옵니다.

public:
 property TimeSpan StartTime { TimeSpan get(); void set(TimeSpan value); };
TimeSpan StartTime();

void StartTime(TimeSpan value);
public System.TimeSpan StartTime { get; set; }
var timeSpan = chapterCue.startTime;
chapterCue.startTime = timeSpan;
Public Property StartTime As TimeSpan

속성 값

큐의 시작 시간입니다.

구현

설명

신호의 시작 시간에 도달하면 TimedMetadataTrack.CueEntered 이벤트가 발생합니다.

적용 대상