IFullBoxFlagsHasFlag Method |
Checks if a value is set.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxbool HasFlag(
uint flag
)
Function HasFlag (
flag As UInteger
) As Boolean
bool HasFlag(
unsigned int flag
)
abstract HasFlag :
flag : uint32 -> bool
Parameters
- flag
- Type: SystemUInt32
The value to check.
Return Value
Type:
Boolean
true if set, false if not.
See Also