Skip to content

DVRecordingInNativeFormatSeparatesStreams

property

Deprecated

Kept for backward compatibility only.

Delphi
property DVRecordingInNativeFormatSeparatesStreams: Boolean read GetDVRecordingInNativeFormatSeparatesStreams write SetDVRecordingInNativeFormatSeparatesStreams default DEF_DVRecordingInNativeFormatSeparatesStreams;
C++Builder
__property bool DVRecordingInNativeFormatSeparatesStreams = {read=GetDVRecordingInNativeFormatSeparatesStreams, write=SetDVRecordingInNativeFormatSeparatesStreams, default=0};
C#
public bool DVRecordingInNativeFormatSeparatesStreams { get; set; }
VB.NET
Public Property DVRecordingInNativeFormatSeparatesStreams As Boolean
C++/Qt
BOOL GetDVRecordingInNativeFormatSeparatesStreams ();
void SetDVRecordingInNativeFormatSeparatesStreams (BOOL Value);

When recording DV audio+video in native format in an AVI file (RecordingInNativeFormat enabled and RecordingMethod = rm_AVI), this property specifies if the DV audio and video streams must be stored as 2 separated streams, or as a single A/V interleaved stream:

  • if enabled, the DV audio and video are stored within the AVI as 2 separated streams: a video stream of type "dvsd", and an audio stream of type "auds".

  • if disabled the DV audio and video are stored as a single interleaved audio and video stream of type "iavs".