Reencoding_IncludeVideoStream
property
Delphi
property Reencoding_IncludeVideoStream: Boolean read GetReencodingIncludeVideoStream write SetReencodingIncludeVideoStream default DEF_Reencoding_IncludeVideoStream;
C++Builder
__property bool Reencoding_IncludeVideoStream = {read=GetReencodingIncludeVideoStream, write=SetReencodingIncludeVideoStream, default=1};
C#
public bool Reencoding_IncludeVideoStream { get; set; }
VB.NET
Public Property Reencoding_IncludeVideoStream As Boolean
C++/Qt
BOOL GetReencoding_IncludeVideoStream ();
void SetReencoding_IncludeVideoStream (BOOL Value);
Specifies if the video stream must be included in the reencoded video clip. If false, the new video clip will contain only the audio stream.