AudioVideoCaptureDevice.GetPreviewBufferArgb method

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

Syntax

public void GetPreviewBufferArgb(
  out int[] pixels
)
Public Sub GetPreviewBufferArgb(
  <OutAttribute> pixels As Integer() 
)
public:
void GetPreviewBufferArgb(
  Array<int>^ pixels
)

Parameters

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]

Attributes

[Deprecated()]

See also

AudioVideoCaptureDevice