unsigned int QmlVlcVideo::get_height() { unsigned x = 0, y = 0; getVideoSize( &x, &y ); return y; }
unsigned int FBVLCVideoAPI::get_height() { unsigned x = 0, y = 0; getVideoSize( &x, &y ); return y; }
unsigned int QmlVlcVideo::get_width() { unsigned x = 0, y = 0; getVideoSize( &x, &y ); return x; }
unsigned int FBVLCVideoAPI::get_width() { unsigned x = 0, y = 0; getVideoSize( &x, &y ); return x; }