Merge the media file in the movie with the input media file, save the merged file to a new file, and return the file name.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
string MergeAncData(
	string strFile,
	int nFieldIn,
	int nFieldOut,
	Object varOffset,
	int bMerge
)
Visual Basic (Declaration)
Function MergeAncData ( _
	strFile As String, _
	nFieldIn As Integer, _
	nFieldOut As Integer, _
	varOffset As Object, _
	bMerge As Integer _
) As String
Visual C++
String^ MergeAncData(
	String^ strFile, 
	int nFieldIn, 
	int nFieldOut, 
	Object^ varOffset, 
	int bMerge
)

Parameters

strFile
Type: System..::.String
The file.
nFieldIn
Type: System..::.Int32
The field in.
nFieldOut
Type: System..::.Int32
The field out.
varOffset
Type: System..::.Object
The variable offset.
bMerge
Type: System..::.Int32
whether to merge or not.

Return Value

file name

See Also