Revert Bytes changes, prevents ppremature GC on audio decoding
This commit is contained in:
@@ -21,12 +21,11 @@ namespace lime {
|
||||
|
||||
void Blit (const unsigned char *data, int x, int y, int width, int height);
|
||||
void Resize (int width, int height, int bitsPerPixel = 32);
|
||||
void Set (value imageBuffer);
|
||||
int Stride ();
|
||||
value Value ();
|
||||
|
||||
int bitsPerPixel;
|
||||
ArrayBufferView data;
|
||||
ArrayBufferView *data;
|
||||
PixelFormat format;
|
||||
int height;
|
||||
bool premultiplied;
|
||||
|
||||
Reference in New Issue
Block a user