Click or drag to resize
VideoDecoderConfiguration Constructor (TrackInfo)
Constructor. Creates the configuration from a TrackInfo object.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public VideoDecoderConfiguration(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
The track.
See Also