Skip to content

DVEncoder_VideoFormat

property

Deprecated

Kept for backward compatibility only.

Delphi
property DVEncoder_VideoFormat: TDVVideoFormat read GetDVEncoder_VideoFormat write SetDVEncoder_VideoFormat default DEF_DVEncoder_VideoFormat;
C++Builder
__property TDVVideoFormat DVEncoder_VideoFormat = {read=GetDVEncoder_VideoFormat, write=SetDVEncoder_VideoFormat, default=1};
C#
public TDVVideoFormat DVEncoder_VideoFormat { get; set; }
VB.NET
Public Property DVEncoder_VideoFormat As TDVVideoFormat
C++/Qt
TDVVideoFormat GetDVEncoder_VideoFormat ();
void SetDVEncoder_VideoFormat (TDVVideoFormat Value);

Used to specify the DV encoding format when sending the audio/video streams to a DV device (when RecordingMethod is rm_SendToDV).

The value is a TDVVideoFormat type.