Skip to content

Reencoding_IncludeAudioStream

property

Delphi
property Reencoding_IncludeAudioStream: Boolean read GetReencodingIncludeAudioStream write SetReencodingIncludeAudioStream  default DEF_Reencoding_IncludeAudioStream;
C++Builder
__property bool Reencoding_IncludeAudioStream = {read=GetReencodingIncludeAudioStream, write=SetReencodingIncludeAudioStream, default=1};
C#
public bool Reencoding_IncludeAudioStream { get; set; }
VB.NET
Public Property Reencoding_IncludeAudioStream As Boolean
C++/Qt
BOOL GetReencoding_IncludeAudioStream ();
void SetReencoding_IncludeAudioStream (BOOL Value);

Used to specify if the audio stream must be included in the reencoded video clip.

If false, the new video clip will contain only the video stream.