TIEDirectShow.SetVideoCodec
Declaration
procedure SetVideoCodec(Index: Integer);
Description
Specifies the video compression codec. You can get an index from
VideoCodecs property.
Example
ImageEnView1.IO.DShowParams.SetVideoCodec(0);
See Also
◼VideoCodecs
◼SetAudioCodec