public static RasterImage CreateFromYUVData(
IntPtr buffer,
long bufferCount,
RasterYUVFormat yuvFormat,
int width,
int height,
int bitsPerPixel
)
public:
static RasterImage^ CreateFromYUVData(
IntPtr buffer,
int64 bufferCount,
RasterYUVFormat yuvFormat,
int width,
int height,
int bitsPerPixel
)
def CreateFromYUVData(self,buffer,bufferCount,yuvFormat,width,height,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.
For more information, see SetYUVData
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