TVideoGrabber.SetAVIMuxConfig

Prev

Next

TVideoGrabber

Methods

 




































































































Configures the AVI mux


Declaration
procedure SetAVIMuxConfig(AVIMuxSetting: TAVIMuxConfig; Value: LongInt);


void __fastcall SetAVIMuxConfig(TAVIMuxConfig AVIMuxSetting, int Value)


Sub SetAVIMuxConfig (AVIMuxSetting as TAVIMuxConfig, Value as Long)

Description

Used to adjust non-default values of the AVI multiplexer.

avmx_SetInterleavingMode
adjusts the interleaving mode:
0 = INTERLEAVE_NONE
1 = INTERLEAVE_CAPTURE
2 = INTERLEAVE_FULL
3 = INTERLEAVE_NONE_BUFFERED

avmx_SetInterleave
adjusts the interleave expressed in 100ns units
"The default value for prtInterleave is 1000 milliseconds; however, you can adjust this. The smaller the number, the larger the file."

avmx_SetPreroll:
adjusts the audio preroll
"An audio preroll of 750 milliseconds is recommended when authoring a file for distribution."