BoxHeaderUtilityFindUUidBoxBytes Method |
Checks the UuidHandlerDict if a particular user type exists and returns the 16 byte user type byte array.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static byte[] FindUUidBoxBytes(
Type userType
)
Public Shared Function FindUUidBoxBytes (
userType As Type
) As Byte()
public:
static array<unsigned char>^ FindUUidBoxBytes(
Type^ userType
)
static member FindUUidBoxBytes :
userType : Type -> byte[]
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