summaryrefslogtreecommitdiff
path: root/sources/generated/Gst.Rtp/RTPBasePayload.cs
diff options
context:
space:
mode:
Diffstat (limited to 'sources/generated/Gst.Rtp/RTPBasePayload.cs')
-rw-r--r--sources/generated/Gst.Rtp/RTPBasePayload.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/sources/generated/Gst.Rtp/RTPBasePayload.cs b/sources/generated/Gst.Rtp/RTPBasePayload.cs
index 0191b5a..1991901 100644
--- a/sources/generated/Gst.Rtp/RTPBasePayload.cs
+++ b/sources/generated/Gst.Rtp/RTPBasePayload.cs
@@ -228,21 +228,6 @@ namespace Gst.Rtp {
}
}
- [GLib.Property ("twcc-ext-id")]
- public uint TwccExtId {
- get {
- GLib.Value val = GetProperty ("twcc-ext-id");
- uint ret = (uint) val;
- val.Dispose ();
- return ret;
- }
- set {
- GLib.Value val = new GLib.Value(value);
- SetProperty("twcc-ext-id", val);
- val.Dispose ();
- }
- }
-
static GetCapsNativeDelegate GetCaps_cb_delegate;
static GetCapsNativeDelegate GetCapsVMCallback {
get {