Packages
rygel-server-2.6
Rygel
PlaySpeed
PlaySpeed
PlaySpeed.from_string
equals
is_normal_rate
is_positive
to_double
to_float
to_string
denominator
numerator
PlaySpeed
Object Hierarchy:
Rygel.PlaySpeed
Rygel.PlaySpeed
Rygel.PlaySpeed
Description:
public
class
PlaySpeed
Namespace:
Rygel
Package:
rygel-server-2.6
Content:
Creation methods:
public
PlaySpeed
(
int
numerator,
uint
denominator)
public
PlaySpeed.from_string
(
string
speed)
throws
PlaySpeedError
Methods:
public
bool
equals
(
PlaySpeed
that)
public
bool
is_normal_rate
()
public
bool
is_positive
()
public
double
to_double
()
public
float
to_float
()
public
string
to_string
()
Fields:
public
uint
denominator
public
int
numerator