DeckSetExportOffset Method (IMDeckControl)
timecode offset in fields
Sets the current export timecode offset in fields. This method permits fine control of the timecode offset to tailor for the response of an individual deck by adjusting the number of fields prior to the in or out point where an export will begin or end.
Syntax
Sub DeckSetExportOffset( _
   ByVal _lExportOffsetFields As Integer _
) 
void DeckSetExportOffset( 
   int _lExportOffsetFields
)
procedure DeckSetExportOffset( 
    _lExportOffsetFields: Integer
); 
void DeckSetExportOffset( 
   int _lExportOffsetFields
) 

Parameters

_lExportOffsetFields
timecode offset in fields
See Also

Reference

IMDeckControl Interface
IMDeckControl Members