CameraCaptureFrame.CaptureStream property

Gets and sets the stream for capturing the full-resolution frame.

Syntax

public IOutputStream CaptureStream { get; set; }
Public Property CaptureStream As IOutputStream
public:
property IOutputStream^ CaptureStream { 
   IOutputStream^ get();
   void set (IOutputStream^ value);
}

Property value

Type: IOutputStream

The stream for capturing the full-resolution photo.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.WinMD

See also

CameraCaptureFrame