pub type GstMpegtsPacketizeFunc = Option<unsafe extern "C" fn(_: *mut GstMpegtsSection) -> gboolean>;
Aliased Type§
enum GstMpegtsPacketizeFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstMpegtsSection) -> i32),
}
pub type GstMpegtsPacketizeFunc = Option<unsafe extern "C" fn(_: *mut GstMpegtsSection) -> gboolean>;
enum GstMpegtsPacketizeFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstMpegtsSection) -> i32),
}