Description | Hierarchy | Fields | Methods | Properties |
type TAdVideoPosition = record
Specifies the current position of the video.
Hour: Byte; |
Minute: Byte; |
Second: Byte; |
Frame: Integer; |
Timecode: double; |
Hour: Byte; |
Time in hours. |
Minute: Byte; |
Time in minutes. |
Second: Byte; |
Time in seconds. |
Frame: Integer; |
The frame number or the sample number. |
Timecode: double; |
The current frame position in seconds - unseperated. |