Rygel.Configuration Reference Manual
Packages
librygel-core
Rygel
Configuration
get_aac_transcoder
get_allow_deletion
get_allow_upload
get_avc_transcoder
get_bool
get_enabled
get_int
get_int_list
get_interface
get_log_levels
get_lpcm_transcoder
get_mp2ts_transcoder
get_mp3_transcoder
get_music_upload_folder
get_picture_upload_folder
get_plugin_path
get_port
get_string
get_string_list
get_title
get_transcoding
get_upnp_enabled
get_video_upload_folder
get_wmv_transcoder
Configuration
Object Hierarchy:
Description:
public
interface
Configuration
:
Object
Interface for dealing with Rygel configuration.
All known implementing classes:
CmdlineConfig
MetaConfig
UserConfig
Namespace:
Rygel
Package:
librygel-core
Content:
Methods:
public
abstract
bool
get_upnp_enabled
()
throws
Error
public
abstract
string
get_interface
()
throws
Error
public
abstract
int
get_port
()
throws
Error
public
abstract
bool
get_transcoding
()
throws
Error
public
abstract
bool
get_mp3_transcoder
()
throws
Error
public
abstract
bool
get_mp2ts_transcoder
()
throws
Error
public
abstract
bool
get_lpcm_transcoder
()
throws
Error
public
abstract
bool
get_wmv_transcoder
()
throws
Error
public
abstract
bool
get_aac_transcoder
()
throws
Error
public
abstract
bool
get_avc_transcoder
()
throws
Error
public
abstract
bool
get_allow_upload
()
throws
Error
public
abstract
bool
get_allow_deletion
()
throws
Error
public
abstract
string
get_log_levels
()
throws
Error
public
abstract
string
get_plugin_path
()
throws
Error
public
abstract
string
get_video_upload_folder
()
throws
Error
public
abstract
string
get_music_upload_folder
()
throws
Error
public
abstract
string
get_picture_upload_folder
()
throws
Error
public
abstract
bool
get_enabled
(
string
section)
throws
Error
public
abstract
string
get_title
(
string
section)
throws
Error
public
abstract
string
get_string
(
string
section,
string
key)
throws
Error
public
abstract
ArrayList
<
string
>
get_string_list
(
string
section,
string
key)
throws
Error
public
abstract
int
get_int
(
string
section,
string
key,
int
min,
int
max)
throws
Error
public
abstract
ArrayList
<
int
>
get_int_list
(
string
section,
string
key)
throws
Error
public
abstract
bool
get_bool
(
string
section,
string
key)
throws
Error