Inserts black.

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

Syntax

C#
public string InsertBlack(
	string beforeEditUuid,
	Object duration
)
Visual Basic (Declaration)
Public Function InsertBlack ( _
	beforeEditUuid As String, _
	duration As Object _
) As String
Visual C++
public:
virtual String^ InsertBlack(
	String^ beforeEditUuid, 
	Object^ duration
) sealed

Parameters

beforeEditUuid
Type: System..::.String
Before edit UUID.
duration
Type: System..::.Object
Duration.

Return Value

edit UUID

Implements

ISimpleEditor..::.InsertBlack(String, Object)

Remarks

Inserts or appends “black” segments on each track of the asset/timeline. If beforeEditUuid is blank, then the clip is appended to the end of the timeline.

See Also