Click or drag to resize
VideoEncoderFactoryCreateEncoder Method
Creates a video encoder object based on codec enumeration value.

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static IVideoEncoderBase CreateEncoder(
	Codec codec
)

Parameters

codec
Type: StreamCodersCodec
The codec to create.

Return Value

Type: IVideoEncoderBase
Returns a newly created encoder object, otherwise null.
See Also