VideoPlayer::SyncObject::GetTime

VideoPlayer::SyncObject::GetTime
virtual void GetTime(UInt64* count, UInt64* unit) = 0;
Description

GetTime returns the user controlled time, based on which the video playback will be synchronized. The time begins at 0 seconds before Start is called and increases as the video data is played by the stream. The "count/unit" value indicates the playback time in seconds. If 'unit' is reported as equal to the sample rate, 'count' should indicate the number of samples played so far.

Parameters
Parameters 
Description 
UInt64* count 
Audio counter. 
UInt64* unit 
Counter per one second. "count/unit" indicates the playback time in seconds.