RygelVisualItem

RygelVisualItem — An interface that visual (video and image) items must implement.

Synopsis

gint                rygel_visual_item_get_width         (RygelVisualItem *self);
void                rygel_visual_item_set_width         (RygelVisualItem *self,
                                                         gint value);
gint                rygel_visual_item_get_height        (RygelVisualItem *self);
void                rygel_visual_item_set_height        (RygelVisualItem *self,
                                                         gint value);
gint                rygel_visual_item_get_color_depth   (RygelVisualItem *self);
void                rygel_visual_item_set_color_depth   (RygelVisualItem *self,
                                                         gint value);
GeeArrayList *      rygel_visual_item_get_thumbnails    (RygelVisualItem *self);
void                rygel_visual_item_set_thumbnails    (RygelVisualItem *self,
                                                         GeeArrayList *value);
                    RygelVisualItem;

Object Hierarchy

  GInterface
   +----RygelVisualItem

Prerequisites

RygelVisualItem requires RygelMediaItem.

Known Implementations

RygelVisualItem is implemented by RygelImageItem, RygelPhotoItem and RygelVideoItem.

Properties

  "color-depth"              gint                  : Read / Write
  "height"                   gint                  : Read / Write
  "thumbnails"               GeeArrayList*         : Read / Write
  "width"                    gint                  : Read / Write

Description

Details

rygel_visual_item_get_width ()

gint                rygel_visual_item_get_width         (RygelVisualItem *self);

self :

the RygelVisualItem instance to query

Returns :

the value of the "width" property

rygel_visual_item_set_width ()

void                rygel_visual_item_set_width         (RygelVisualItem *self,
                                                         gint value);

self :

the RygelVisualItem instance to modify

value :

the new value of the "width" property

rygel_visual_item_get_height ()

gint                rygel_visual_item_get_height        (RygelVisualItem *self);

self :

the RygelVisualItem instance to query

Returns :

the value of the "height" property

rygel_visual_item_set_height ()

void                rygel_visual_item_set_height        (RygelVisualItem *self,
                                                         gint value);

self :

the RygelVisualItem instance to modify

value :

the new value of the "height" property

rygel_visual_item_get_color_depth ()

gint                rygel_visual_item_get_color_depth   (RygelVisualItem *self);

self :

the RygelVisualItem instance to query

Returns :

the value of the "color-depth" property

rygel_visual_item_set_color_depth ()

void                rygel_visual_item_set_color_depth   (RygelVisualItem *self,
                                                         gint value);

self :

the RygelVisualItem instance to modify

value :

the new value of the "color-depth" property

rygel_visual_item_get_thumbnails ()

GeeArrayList *      rygel_visual_item_get_thumbnails    (RygelVisualItem *self);

self :

the RygelVisualItem instance to query

Returns :

the value of the "thumbnails" property

rygel_visual_item_set_thumbnails ()

void                rygel_visual_item_set_thumbnails    (RygelVisualItem *self,
                                                         GeeArrayList *value);

self :

the RygelVisualItem instance to modify

value :

the new value of the "thumbnails" property

RygelVisualItem

typedef struct _RygelVisualItem RygelVisualItem;

An interface that visual (video and image) items must implement.

Property Details

The "color-depth" property

  "color-depth"              gint                  : Read / Write

The number of bits per pixel used to represent the video or image resource. A value of -1 means that the color depth is unknown and will not, or did not, appear in DIDL-Lite XML.

Default value: 0


The "height" property

  "height"                   gint                  : Read / Write

The height of the item in pixels. A value of -1 means that the height is unknown and will not, or did not, appear in DIDL-Lite XML.

Default value: 0


The "thumbnails" property

  "thumbnails"               GeeArrayList*         : Read / Write

Thumbnail pictures to represent the video or image resource.


The "width" property

  "width"                    gint                  : Read / Write

The width of the item in pixels. A value of -1 means that the width is unknown and will not, or did not, appear in DIDL-Lite XML.

Default value: 0