Get h264_frame_data

Hi, I’m working with example streaming.py, i would like to know if there is a way to get the data of a h264_frame, because the frame given by the callback h264_frame_cb function is a videoFrame object of course. I try to call the method _get_pdraw_video_frame but I don’t understand properly what returns.
thanks.