Click or drag to resize
IFullBoxFlagsHasFlag Method
Checks if a value is set.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
bool HasFlag(
	uint flag
)

Parameters

flag
Type: SystemUInt32
The value to check.

Return Value

Type: Boolean
true if set, false if not.
See Also