RecordingPosition64 event |
|
Remarks
Occurs, during a recording session, to notify the actual recording position in milliseconds.
In case the recording session should have been started in append, mix, overwrite or insert mode (through the SetRecordingMode method), the position reported by this event would keep count of the previous recording session as well; if you want to know the duration of the current recording session only, the RecordingDuration64 event would be the way to go.
For further details see the How to perform a recording session section. For further details about synchronization through Events see the How to synchronize the container application through events tutorial.
Syntax
Event Data
The event handler receives an argument of type RecordingPosition64EventArgs having the following parameters:
|