MpegStreamType
property
Delphi
property MpegStreamType: TMpegStreamType read GetMpegStreamType write SetMpegStreamType;
C++Builder
__property TMpegStreamType MpegStreamType = {read=GetMpegStreamType, write=SetMpegStreamType, nodefault};
C#
public TMpegStreamType MpegStreamType { get; set; }
VB.NET
Public Property MpegStreamType As TMpegStreamType
C++/Qt
TMpegStreamType GetMpegStreamType ();
void SetMpegStreamType (TMpegStreamType Value);
TMpegStreamType type of the stream when the video capture device outputs an MPEG stream (when IsMPEGStream returns true). This property is meaningful only when the video capture device is a MPEG device IsMPEGStream IsMPEGDevice returns true. Type of the Mpeg stream. The current video capture device must be previewing or capturing.