Click or drag to resize
UtilityCreateDescriptor Method
Creates an MPEG descriptor.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static BaseDescriptor CreateDescriptor(
	Type t,
	BaseDescriptor paramDesc
)

Parameters

t
Type: SystemType
The Type of descriptor to create. Must be derived from BaseDescriptor.
paramDesc
Type: StreamCoders.Container.MP4BaseDescriptor
Descriptor used to initialize the newly created descriptor.

Return Value

Type: BaseDescriptor
The new descriptor instance.
See Also