gstreamer/gstreamer-sharp/glue/tunernorm.c

9 lines
190 B
C
Raw Normal View History

2009-05-12 10:04:53 +00:00
#include <gst/interfaces/tunernorm.h>
guint
gst__interfacessharp_gst__interfaces_tunernorm_get_framerate_offset (void)
{
return (guint)G_STRUCT_OFFSET (GstTunerNorm, framerate);
}