TVideoGrabber.DVRecordingInNativeFormatSeparatesStreams

Prev

Next

TVideoGrabber

Properties

 




































































































Specify if the DV audio and video streams must be stored as separated streams.


Declaration
property DVRecordingInNativeFormatSeparatesStreams: Boolean read GetDVRecordingInNativeFormatSeparatesStreams write SetDVRecordingInNativeFormatSeparatesStreams default true;


__property bool DVRecordingInNativeFormatSeparatesStreams=read=GetDVRecordingInNativeFormatSeparatesStreams, write=SetDVRecordingInNativeFormatSeparatesStreams, default=1


Property DVRecordingInNativeFormatSeparatesStreams As Boolean

Description


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 audio and video 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".


See Also
TDVSize TDVVideoFormat TDVVideoStandard TOnDVCommandCompleted DVDateTimeEnabled DVDiscontinuityMinimumInterval DVReduceFrameRate DVRgb219 DVTimeCodeEnabled IsDigitalVideoIn IsDVCommandAvailable IsTimeCodeReaderAvailable OnDVCommandCompleted SendDVCommand