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 As Integer _
)
public virtual void DeckSetExportOffset(
int
)
public procedure DeckSetExportOffset(
: Integer
); virtual;
public: virtual void DeckSetExportOffset(
int
)
Parameters
- _lExportOffsetFields
- timecode offset in fields
See Also