IColorCodec.EncodeAsync Method (KinectEx.DVR)
Encodes the specified bitmap data and outputs it to the specified
BinaryWriter . Bitmap data should be in BGRA format.
For internal use only.
- C#
- VB
- C++
- F#
public abstract Task EncodeAsync( Byte[] bytes, BinaryWriter writer )
Syntax for VB is not yet implemented.
Syntax for C++ is not yet implemented
member EncodeAsync : bytes : Byte[] * writer : BinaryWriter -> Task
Parameters
- bytes
-
Type: System.Byte[]
- writer
-
Type: System.IO.BinaryWriter
Return Value
Type: System.Threading.Tasks.Task
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
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