Click or drag to resize
MPEG4SystemUtilityGetDescriptorTagValue Method
Gets a descriptor tag value.

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

Parameters

Tag
Type: StreamCoders.Container.MP4DescriptorTag
The tag.

Return Value

Type: Byte
The descriptor tag value.
See Also