CameraCaptureFrame.ThumbnailStream property

Gets and sets the stream for capturing the frame thumbnail image.

Syntax

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

Property value

Type: IOutputStream

The stream for capturing the photo thumbnail image.

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