PhotoCamera.GetPreviewBufferYCbCr Method

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Sub GetPreviewBufferYCbCr ( _
    pixelData As Byte() _
)
public void GetPreviewBufferYCbCr(
    byte[] pixelData
)
public:
void GetPreviewBufferYCbCr(
    array<unsigned char>^ pixelData
)
member GetPreviewBufferYCbCr : 
        pixelData:byte[] -> unit

Parameters

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhotoCamera Class

Microsoft.Devices Namespace