Click or drag to resize
BoxHeaderUtilityFindUUidBoxBytes Method
Checks the UuidHandlerDict if a particular user type exists and returns the 16 byte user type byte array.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static byte[] FindUUidBoxBytes(
	Type userType
)

Parameters

userType
Type: SystemType
Type of the user defined type (for the UUID box).

Return Value

Type: Byte
16 byte array that represents the user type. Returns null if not found.
See Also