Retro.Pixdata – retro-gtk-1 Reference Manual
Packages
retro-gtk-1
Retro
Pixdata
copy
free
get_aspect_ratio
get_height
get_width
load_gl_texture
to_pixbuf
Pixdata
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"retro_pixdata_get_type ()"
) ]
[
Compact
]
public
class
Pixdata
Namespace:
Retro
Package:
retro-gtk-1
Content:
Methods:
public
Pixdata
copy
()
Copies
this
into a new
Pixdata
.
public
void
free
()
Frees the given
Pixdata
object.
public
float
get_aspect_ratio
()
Gets the aspect ratio the video should be rendered with.
public
int
get_height
()
Gets the height of
this
.
public
int
get_width
()
Gets the width of
this
.
public
bool
load_gl_texture
()
Loads an OpenGL texture from
this
.
public
Pixbuf
to_pixbuf
()
Creates a new
Pixbuf
from
this
.