Gets or sets the status template.

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

Syntax

C#
string StatusTemplate { get; set; }
Visual Basic (Declaration)
Property StatusTemplate As String
Visual C++
property String^ StatusTemplate {
	String^ get ();
	void set (String^ value);
}

Field Value

status template string

Remarks

A status template is a list of status names (and an implied order) that are recommended by the application that owns the channel. For example, the Player application sets channel P1’s status template string to “timecodestr + assetname”. The MediaMonitor application then gets the status template and passes it to IChanStatus.GetStatusRange as the status query string.

See Also