DeckGetCaptureOffset Method (IMDeckControl)
current timecode offset in fields
Returns the current setting of the field accurate capture timecode offset in fields.
Syntax
Sub DeckGetCaptureOffset( _
   ByRef _pCaptureOffsetFields As Integer _
) 
void DeckGetCaptureOffset( 
   out int _pCaptureOffsetFields
)
procedure DeckGetCaptureOffset( 
   Out  _pCaptureOffsetFields: Integer
); 
void DeckGetCaptureOffset( 
   [PARAMFLAG::Out] int _pCaptureOffsetFields
) 

Parameters

_pCaptureOffsetFields
current timecode offset in fields
See Also

Reference

IMDeckControl Interface
IMDeckControl Members