2009-05-13 15:03:49 +00:00
|
|
|
// This file was generated by the Gtk# code generator.
|
|
|
|
// Changed to take strings instead of GParamSpecs.
|
|
|
|
|
|
|
|
namespace Gst.Interfaces {
|
|
|
|
|
|
|
|
using System;
|
|
|
|
|
2009-09-11 08:08:06 +00:00
|
|
|
public partial interface PropertyProbe : Gst.GLib.IWrapper {
|
2009-05-13 15:03:49 +00:00
|
|
|
event Gst.Interfaces.ProbeNeededHandler ProbeNeeded;
|
|
|
|
|
|
|
|
string[] Properties { get; }
|
|
|
|
object[] GetValues (string property);
|
|
|
|
bool NeedsProbe (string property);
|
|
|
|
void Probe (string property);
|
|
|
|
|
|
|
|
object[] ProbeAndGetValues (string property);
|
|
|
|
}
|
|
|
|
|
2009-09-11 08:08:06 +00:00
|
|
|
[Gst.GLib.GInterface (typeof (PropertyProbeAdapter))]
|
|
|
|
public partial interface PropertyProbeImplementor : Gst.GLib.IWrapper {
|
2009-05-13 15:03:49 +00:00
|
|
|
string[] Properties { get; }
|
|
|
|
bool NeedsProbe (string property);
|
|
|
|
void ProbeProperty (string property);
|
|
|
|
object[] GetValues (string property);
|
|
|
|
}
|
|
|
|
}
|