gstreamer/gstreamer-sharp/Object.custom
2009-04-07 11:27:20 +02:00

8 lines
65 B
Text

public int Refcount {
get {
return this.RefCount;
}
}