Inserts the play event.

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

Syntax

C#
public string InsertPlayEvent(
	string uri,
	int layer,
	Object eventType,
	Object startDate,
	Object startTimecode,
	Object markIn,
	bool absoluteMarkIn,
	Object tcDuration,
	string afterEventId
)
Visual Basic (Declaration)
Public Function InsertPlayEvent ( _
	uri As String, _
	layer As Integer, _
	eventType As Object, _
	startDate As Object, _
	startTimecode As Object, _
	markIn As Object, _
	absoluteMarkIn As Boolean, _
	tcDuration As Object, _
	afterEventId As String _
) As String
Visual C++
public:
virtual String^ InsertPlayEvent(
	String^ uri, 
	int layer, 
	Object^ eventType, 
	Object^ startDate, 
	Object^ startTimecode, 
	Object^ markIn, 
	bool absoluteMarkIn, 
	Object^ tcDuration, 
	String^ afterEventId
) sealed

Parameters

uri
Type: System..::.String
The URI.
layer
Type: System..::.Int32
The layer.
eventType
Type: System..::.Object
Type of the event.
startDate
Type: System..::.Object
The start date.
startTimecode
Type: System..::.Object
The start timecode.
markIn
Type: System..::.Object
The mark in.
absoluteMarkIn
Type: System..::.Boolean
if set to true [absolute mark in].
tcDuration
Type: System..::.Object
Duration of the tc.
afterEventId
Type: System..::.String
The after event id.

Return Value

[Missing <returns> documentation for "M:GrassValley.Mseries.ScheduleEditor.ScheduleEditorProxy.InsertPlayEvent(System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Boolean,System.Object,System.String)"]

Implements

IScheduleEditor..::.InsertPlayEvent(String, Int32, Object, Object, Object, Object, Boolean, Object, String)

See Also