Rygel.VideoItem – librygel-server Reference Manual
Packages
librygel-server
Rygel
VideoItem
UPNP_CLASS
color_depth
height
pixel_height
pixel_width
thumbnails
width
VideoItem
add_uri
streamable
author
subtitles
VideoItem
Object Hierarchy:
Description:
public
class
VideoItem
:
AudioItem
,
VisualItem
Represents a video item.
Namespace:
Rygel
Package:
librygel-server
Content:
Constants:
public
const
unowned
string
UPNP_CLASS
Properties:
public
int
width
{
set
;
get
; }
public
int
height
{
set
;
get
; }
public
int
pixel_width
{
set
;
get
; }
public
int
pixel_height
{
set
;
get
; }
public
int
color_depth
{
set
;
get
; }
public
ArrayList
<
Thumbnail
>
thumbnails
{
set
;
get
; }
Creation methods:
public
VideoItem
(
string
id,
MediaContainer
parent,
string
title,
string
upnp_class =
UPNP_CLASS
)
Methods:
public
override
bool
streamable
()
public
override
void
add_uri
(
string
uri)
Fields:
public
string
author
public
ArrayList
<
Subtitle
>
subtitles