Click or drag to resize
EncoderConfigurationFactoryCreateVideoConfiguration Method (TrackInfo)
Creates a VideoEncoderConfiguraion object from a TrackInfo

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static VideoEncoderConfiguration CreateVideoConfiguration(
	TrackInfo trackInfo
)

Parameters

trackInfo
Type: StreamCodersTrackInfo
TrackInfo object to use

Return Value

Type: VideoEncoderConfiguration
Returns a VideoEncoderConfiguration object
Remarks
This method sets Width, Height and Bitrate only.
See Also