Click or drag to resize
MPEG4SystemUtilityIsValidTag Method
Query if 'Tag' is valid tag.

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

Parameters

Tag
Type: StreamCoders.Container.MP4DescriptorTag
The tag.

Return Value

Type: Boolean
true if valid tag, false if not.
See Also