SetMultiplexerFilterByName
method
Delphi
procedure SetMultiplexerFilterByName (Value: string);
C++Builder
void __fastcall SetMultiplexerFilterByName(System::UnicodeString Value);
C#
public void SetMultiplexerFilterByName(string Value);
VB.NET
Public Sub SetMultiplexerFilterByName(Value As String)
C++/Qt
void SetMultiplexerFilterByName (wchar_t *Value);
When a MPEG video compressor and a MPEG audio compressor are selected, TVideoGrabber tries to use the corresponding multiplexer (from the same manufacturer). However you can tell TVideoGrabber what multiplexer to use with this function.