Click or drag to resize

IMcStreamFlags Property

Gets/Sets any defined flags for the McStream.

Namespace:  MediaCy.IQL.IO
Assembly:  MediaCy.IQL.IO (in MediaCy.IQL.IO.dll) Version: 10.0.6912.0
Syntax
VB
Property Flags As mcsfStreamFlags
	Get
	Set

Property Value

Type: mcsfStreamFlags
Remarks
Only flags masked by the mcsfStreamFlags mcsfUserFlags bits can be set. Other flags are read-only and attempts to set or clear them will be ignored.
See Also