ltmmCaptureCtrl.VideoCaptureStreamType Property

Visual Basic

Syntax

object.VideoCaptureStreamType As String

Remarks

(Read only) This property is updated with a string that contains the capture stream type.

Value

Meaning

MEDIATYPE_Stream

The stream is a byte stream with no time stamps. For example, a hardware compressed stream.

MEDIATYPE_Interleaved

The stream type is interleaved. For example, stream used by Digital Video (DV DV stands for Digital Video and has been defined in "Specification of Consumer-use Digital VCRs" (aka the Blue Book).).

MEDIATYPE_Video

The stream type is video.

The string referenced by Type contains a formatted Globally Unique Identifier (GUID) of the form {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}. Possible values are:

Platforms

Win32, x64

See Also

Elements:

ltmmCaptureSubTypes Object

Topics:

Multimedia Properties, Methods and Events