How to get video payload data when live streaming via USB?

I know that when live streaming via USB, the video is encoded in h.264.

If so, I wonder if the data the computer receives over the USB port is an H.264 bitstream.

If I parse the USB packets properly, can I get an H.264 bitstream payload?