UtilityCreateDescriptor Method |
Creates an MPEG descriptor.
Namespace: StreamCoders.Container.MP4Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static BaseDescriptor CreateDescriptor(
Type t,
BaseDescriptor paramDesc
)
Public Shared Function CreateDescriptor (
t As Type,
paramDesc As BaseDescriptor
) As BaseDescriptor
public:
static BaseDescriptor^ CreateDescriptor(
Type^ t,
BaseDescriptor^ paramDesc
)
static member CreateDescriptor :
t : Type *
paramDesc : BaseDescriptor -> BaseDescriptor
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