0 out of 1 rated this helpful - Rate this topic

AudioVideoCaptureDevice.GetPreviewBufferArgb method

5/3/2013

Copies the current viewfinder ARGB frame into a buffer for further manipulation.

Syntax


public:
void GetPreviewBufferArgb(
  array<int>^* pixels
)

Parameters

pixels (out parameter)

Type: System.Int32[] [.NET] | array<int32>^ [C++]

The ARGB pixel data.

Remarks

When this method is called on the emulator, it returns a buffer that is filled with the color white.

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

Capabilities

ID_CAP_ISV_CAMERA [Windows Phone]
ID_CAP_MICROPHONE [Windows Phone]

See also

AudioVideoCaptureDevice

 

 

Build date: 5/3/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.