Click or drag to resize
MPEG4SystemUtilityGetDescriptorClass Method
Gets a descriptor class.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Type GetDescriptorClass(
	DescriptorTag Tag
)

Parameters

Tag
Type: StreamCoders.Container.MP4DescriptorTag
The tag.

Return Value

Type: Type
The descriptor class.
See Also