DeckSetCaptureOffset Method (IMDeckControl)
timecode offset to set in fields
The capture offset may be used to compensate for a deck specific offset between the inpoint and the time at which the capture starts.
Syntax
Sub DeckSetCaptureOffset( _
   ByVal _lCaptureOffsetFields As Integer _
) 
void DeckSetCaptureOffset( 
   int _lCaptureOffsetFields
)
procedure DeckSetCaptureOffset( 
    _lCaptureOffsetFields: Integer
); 
void DeckSetCaptureOffset( 
   int _lCaptureOffsetFields
) 

Parameters

_lCaptureOffsetFields
timecode offset to set in fields
See Also

Reference

IMDeckControl Interface
IMDeckControl Members