Table 7.5. gnome-media keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/system/gstreamer/0.10/audio/global/profile_list | list | [cdlossy,cdlossless,voicelossy,voicelossless] | List of audio recording profiles. The list contains strings naming subdirectories relative to /system/gstreamer/0.10/audio/profiles. |
| /schemas/system/gstreamer/0.10/audio/profiles/name | string | A short name for the audio profile, to be used in selections and uniquely identifying the profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/description | string | A description of the profile, containing more information and describing when to use this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/pipeline | string | A partial GStreamer pipeline to use for this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/extension | string | A filename extension to be used when storing files encoded with this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/active | bool | true | Whether or not to use and display this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossy/name | string | A short name for the audio profile, to be used in selections and uniquely identifying the profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossy/description | string | A description of the profile, containing more information and describing when to use this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossy/pipeline | string | audio/x-raw-float,rate=44100,channels=2 ! vorbisenc name=enc quality=0.5 ! oggmux | A partial GStreamer pipeline to use for this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossy/extension | string | ogg | A filename extension to be used when storing files encoded with this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/active | bool | true | Whether or not to use and display this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossless/name | string | A short name for the audio profile, to be used in selections and uniquely identifying the profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossless/description | string | A description of the profile, containing more information and describing when to use this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossless/pipeline | string | audio/x-raw-int,rate=44100,channels=2 ! flacenc name=enc | A partial GStreamer pipeline to use for this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/cdlossless/extension | string | flac | A filename extension to be used when storing files encoded with this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/active | bool | true | Whether or not to use and display this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossless/name | string | A short name for the audio profile, to be used in selections and uniquely identifying the profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossless/description | string | A description of the profile, containing more information and describing when to use this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossless/pipeline | string | audio/x-raw-int,rate=22050,channels=1 ! wavenc name=enc | A partial GStreamer pipeline to use for this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossless/extension | string | wav | A filename extension to be used when storing files encoded with this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/active | bool | true | Whether or not to use and display this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossy/name | string | A short name for the audio profile, to be used in selections and uniquely identifying the profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossy/description | string | A description of the profile, containing more information and describing when to use this profile. | |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossy/pipeline | string | speexenc name=enc ! oggmux | A partial GStreamer pipeline to use for this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/voicelossy/extension | string | ogg | A filename extension to be used when storing files encoded with this profile. |
| /schemas/system/gstreamer/0.10/audio/profiles/active | bool | true | Whether or not to use and display this profile. |