RawColorCodec.DecodeAsync Method (KinectEx.DVR)

Decodes the supplied encoded bitmap data into an array of pixels. For internal use only.

Namespace: KinectEx.DVR
Assembly: KinectEx (KinectEx.dll 0.4.0.0)
  • C#
  • VB
  • C++
  • F#
[DebuggerStepThroughAttribute]
[AsyncStateMachineAttribute(KinectEx.DVR.RawColorCodec/<DecodeAsync>d__7)]
public sealed Task<Byte[]> DecodeAsync(
	Byte[] encodedBytes
)

Syntax for VB is not yet implemented.

Syntax for C++ is not yet implemented

[<DebuggerStepThroughAttribute>]
[<AsyncStateMachineAttribute(KinectEx.DVR.RawColorCodec/<DecodeAsync>d__7)>]
member DecodeAsync : 
	encodedBytes : Byte[] -> Task<'Byte[]>

Parameters

encodedBytes
Type: System.Byte[]

Return Value

Type: Task<Byte[>
Supported in:

    
 Windows Desktop - .NET 4.5
    
 Windows Desktop - .NET 4.5 (without Kinect SDK)
    
 Windows 8.1 Store - WinRT
    
 Windows 8.1 Store - WinRT (without Kinect SDK)
    
 Windows Phone 8 - WinRT