VideoDecoderFactoryCreateDecoder Method (TrackInfo) |
Creates a video decoder instance given a TrackInfo object.
Namespace: StreamCoders.DecoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static IVideoDecoderBase CreateDecoder(
TrackInfo info
)
Public Shared Function CreateDecoder (
info As TrackInfo
) As IVideoDecoderBase
public:
static IVideoDecoderBase^ CreateDecoder(
TrackInfo^ info
)
static member CreateDecoder :
info : TrackInfo -> IVideoDecoderBase
Parameters
- info
- Type: StreamCodersTrackInfo
TrackInfo object from which to create a decoder from.
Return Value
Type:
IVideoDecoderBase
A newly created video decoder object.
See Also