Rygel.VisualItem – librygel-server Reference Manual
Packages
librygel-server
Rygel
VisualItem
color_depth
height
pixel_height
pixel_width
thumbnails
width
VisualItem
Object Hierarchy:
Description:
public
interface
VisualItem
:
MediaItem
An interface that visual (video and image) items must implement.
All known implementing classes:
ImageItem
VideoItem
Namespace:
Rygel
Package:
librygel-server
Content:
Properties:
public
abstract
int
width
{
set
;
get
; }
public
abstract
int
height
{
set
;
get
; }
public
abstract
int
pixel_width
{
set
;
get
; }
public
abstract
int
pixel_height
{
set
;
get
; }
public
abstract
int
color_depth
{
set
;
get
; }
public
abstract
ArrayList
<
Thumbnail
>
thumbnails
{
set
;
get
; }