DVEncoder_VideoResolution
Deprecated
Kept for backward compatibility only.
Delphi
property DVEncoder_VideoResolution: TDVSize read GetDVEncoder_VideoResolution write SetDVEncoder_VideoResolution default DEF_DVEncoder_VideoResolution;
C++Builder
__property TDVSize DVEncoder_VideoResolution = {read=GetDVEncoder_VideoResolution, write=SetDVEncoder_VideoResolution, default=0};
C#
public TDVSize DVEncoder_VideoResolution { get; set; }
VB.NET
Public Property DVEncoder_VideoResolution As TDVSize
C++/Qt
TDVSize GetDVEncoder_VideoResolution ();
void SetDVEncoder_VideoResolution (TDVSize Value);
Used to specify the DV encoding resolution when sending the audio/video streams to a DV device (when RecordingMethod is rm_SendToDV). The value is a TDVSize type.