Gets a value indicating whether this instance is preview loaded.

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

Syntax

C#
public bool IsPreviewLoaded { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPreviewLoaded As Boolean
Visual C++
public:
virtual property bool IsPreviewLoaded {
	bool get () sealed;
}

Field Value

true if this instance is preview loaded; otherwise, false.

Implements

ITwoHeadPlayerRecorder..::.IsPreviewLoaded

Remarks

This function returns true if the preview timeline has duration or does not start with the ‘~’ character.

See Also