gstreamer/sources/generated/Gst.Audio_IStreamVolume.cs

28 lines
583 B
C#
Raw Normal View History

2018-01-29 18:56:49 +00:00
// This file was generated by the Gtk# code generator.
// Any changes made will be lost if regenerated.
namespace Gst.Audio {
using System;
#region Autogenerated code
public partial interface IStreamVolume : GLib.IWrapper {
double GetVolume(Gst.Audio.StreamVolumeFormat format);
void SetVolume(Gst.Audio.StreamVolumeFormat format, double val);
bool Mute {
get; set;
}
}
[GLib.GInterface (typeof (StreamVolumeAdapter))]
public partial interface IStreamVolumeImplementor : GLib.IWrapper {
[GLib.Property ("mute")]
bool Mute {
get; set;
}
}
#endregion
}