webrtc_encoded_frame_cbFunction typedef

webrtc_encoded_frame_cbFunction = Void Function(webrtc_h webrtc, Int32 type, UnsignedInt track_id, media_packet_h packet, Pointer<Void> user_data)

Implementation

typedef webrtc_encoded_frame_cbFunction = ffi.Void Function(
    webrtc_h webrtc,
    ffi.Int32 type,
    ffi.UnsignedInt track_id,
    media_packet_h packet,
    ffi.Pointer<ffi.Void> user_data);