Click or drag to resize
MPEG4SystemUtilityGetDescriptorTagType Method
Gets a descriptor tag type.

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

Parameters

Tag
Type: SystemByte
The tag.

Return Value

Type: DescriptorTag
The descriptor tag type.
See Also