Creates a new RasterImage using the specified parameters and fills the image using the specified YUV data.
public static RasterImage CreateFromYUVData(
IntPtr buffer,
long bufferCount,
RasterYUVFormat yuvFormat,
int width,
int height,
int bitsPerPixel
)
Public Overloads Shared Function CreateFromYUVData( _
ByVal buffer As IntPtr, _
ByVal bufferCount As Long, _
ByVal yuvFormat As RasterYUVFormat, _
ByVal width As Integer, _
ByVal height As Integer, _
ByVal bitsPerPixel As Integer _
) As RasterImage
public:
static RasterImage^ CreateFromYUVData(
IntPtr buffer,
int64 bufferCount,
RasterYUVFormat yuvFormat,
int width,
int height,
int bitsPerPixel
)
buffer
Buffer that contains the YUV data.
bufferCount
Size of the data buffer pointed to by buffer. If this value is incorrect, this method will throw an exception.
yuvFormat
Specifies the YUV data format.
width
Width of the image in pixels.
height
Height of the image in pixels.
bitsPerPixel
The number of bits per pixel.
Valid values are 8, 24, and 32.
The newly created RasterImage object.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document