Click or drag to resize
VideoDecoderFactoryCreateDecoder Method (TrackInfo)
Creates a video decoder instance given a TrackInfo object.

Namespace: StreamCoders.Decoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static IVideoDecoderBase CreateDecoder(
	TrackInfo info
)

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