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#
public string StatusTemplate { get; set; }
Visual Basic (Declaration)
Public Property StatusTemplate As String
Visual C++
public:
virtual property String^ StatusTemplate {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

status template string

Implements

IChanStatus..::.StatusTemplate

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