| MPEG4SystemUtilityGetDescriptorClass Method  | 
                Gets a descriptor class.
            
 
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static Type GetDescriptorClass(
	DescriptorTag Tag
)
Public Shared Function GetDescriptorClass ( 
	Tag As DescriptorTag
) As Type
public:
static Type^ GetDescriptorClass(
	DescriptorTag Tag
)
static member GetDescriptorClass : 
        Tag : DescriptorTag -> Type 
Parameters
- Tag
 - Type: StreamCoders.Container.MP4DescriptorTag
  The tag.  
Return Value
Type: 
Type
                The descriptor class.
            
See Also