Click or drag to resize
UtilityIsBitSet Method (Byte, Int32)
Checks whether a certain bit is set.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool IsBitSet(
	byte val,
	int bitnum
)

Parameters

val
Type: SystemByte
[in,out] The variable to use.
bitnum
Type: SystemInt32
The bit number to check.

Return Value

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