DeckSetExportOffset Method (MItemClass)
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
Public Overridable Sub DeckSetExportOffset( _
   ByVal _lExportOffsetFields As Integer _
) 
public virtual void DeckSetExportOffset( 
   int _lExportOffsetFields
)
public procedure DeckSetExportOffset( 
    _lExportOffsetFields: Integer
); virtual; 
public: virtual void DeckSetExportOffset( 
   int _lExportOffsetFields
) 

Parameters

_lExportOffsetFields
timecode offset in fields
See Also

Reference

MItemClass Class
MItemClass Members