Click or drag to resize
ImageToolsYUY2ToRgb24 Method
Converts a YUY2 composite to RGB-24 bit image.

Namespace: StreamCoders.Imaging
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool YUY2ToRgb24(
	PictureMediaBuffer inputBuffer,
	PictureMediaBuffer outputBuffer
)

Parameters

inputBuffer
Type: StreamCodersPictureMediaBuffer
Input buffer containing YUY2 composite image.
outputBuffer
Type: StreamCodersPictureMediaBuffer
[in,out] Pre-allocated buffer required for 24-bit image.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also