Click or drag to resize
BoxHeaderUtilityFindUuidBoxType Method
Checks the UuidHandlerDict if a particular user type exists and returns the object type.

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

Parameters

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

Return Value

Type: Type
The found uuid box type, otherwise null.
See Also