mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-11 10:56:38 +00:00
9 lines
190 B
C
9 lines
190 B
C
|
#include <gst/interfaces/tunernorm.h>
|
||
|
|
||
|
guint
|
||
|
gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset (void)
|
||
|
{
|
||
|
return (guint)G_STRUCT_OFFSET (GstTunerNorm, framerate);
|
||
|
}
|
||
|
|