csharp: GstNet: add new gst_net_client_clock_deinit() API in 1.28
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9620>
This commit is contained in:
parent
9873de8d73
commit
acb903186f
@ -180,6 +180,13 @@ namespace Gst.Net {
|
||||
}
|
||||
}
|
||||
|
||||
[DllImport("gstnet-1.0-0.dll", CallingConvention = CallingConvention.Cdecl)]
|
||||
static extern void gst_net_client_clock_deinit();
|
||||
|
||||
public static void Deinit() {
|
||||
gst_net_client_clock_deinit();
|
||||
}
|
||||
|
||||
|
||||
static NetClientClock ()
|
||||
{
|
||||
|
@ -21558,6 +21558,9 @@
|
||||
<parameter name="base_time" type="guint64" />
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="Deinit" cname="gst_net_client_clock_deinit" shared="true" version="1.28">
|
||||
<return-type type="void" />
|
||||
</method>
|
||||
<property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false" />
|
||||
<property name="BaseTime" cname="base-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="true" />
|
||||
<property name="Bus" cname="bus" type="GstBus*" readable="true" writeable="true" construct="false" construct-only="false" />
|
||||
|
@ -21632,6 +21632,9 @@
|
||||
<parameter name="base_time" type="guint64"/>
|
||||
</parameters>
|
||||
</constructor>
|
||||
<method name="Deinit" cname="gst_net_client_clock_deinit" shared="true" version="1.28">
|
||||
<return-type type="void"/>
|
||||
</method>
|
||||
<property name="Address" cname="address" type="gchar*" readable="true" writeable="true" construct="true" construct-only="false"/>
|
||||
<property name="BaseTime" cname="base-time" type="guint64" readable="true" writeable="true" construct="false" construct-only="true"/>
|
||||
<property name="Bus" cname="bus" type="GstBus*" readable="true" writeable="true" construct="false" construct-only="false"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user