MediaStreamType enumeration

This topic has not yet been rated - Rate this topic

Specifies a type of stream on a media capture device.

Syntax


var value = Windows.Media.Capture.MediaStreamType.videoPreview;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The MediaStreamType enumeration has these members.

MemberValueDescription
VideoPreview | videoPreview0

A video preview stream.

VideoRecord | videoRecord1

A video recording stream.

Audio | audio2

An audio stream.

Photo | photo3

A photo stream.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Media.Capture
Windows::Media::Capture [C++]

Metadata

Windows.winmd

Capabilities

webcam
microphone

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.