yes
This commit is contained in:
parent
086ab02f77
commit
9f33247d32
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ class Playbin : Object {
|
|||
// lets us access the about-to-finish signal
|
||||
private dynamic Gst.Element playbin = Gst.ElementFactory.make ("playbin3", null);
|
||||
|
||||
// cubic: recommended for media player volume sliders?
|
||||
public double volume {
|
||||
get {
|
||||
return ((Gst.Audio.StreamVolume) this.playbin).get_volume (Gst.Audio.StreamVolumeFormat.CUBIC);
|
||||
|
|
Loading…
Reference in a new issue