VideoDecoderConfiguration Constructor (TrackInfo) |
Constructor. Creates the configuration from a TrackInfo object.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic VideoDecoderConfiguration(
TrackInfo track
)
Public Sub New (
track As TrackInfo
)
public:
VideoDecoderConfiguration(
TrackInfo^ track
)
new :
track : TrackInfo -> VideoDecoderConfiguration
Parameters
- track
- Type: StreamCodersTrackInfo
The track.
See Also