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