ImageEn, unit ieds

TIEDirectShow.SetAudioCodec

TIEDirectShow.SetAudioCodec

Declaration

procedure SetAudioCodec(Index: Integer);

Description

Specifies the audio compression codec. You can get an index from AudioCodecs property.

Example

ImageEnView1.IO.DShowParams.SetAudioCodec(0);

See Also

AudioCodecs
SetVideoCodec