Is it possible to get compressed video frames from the Raw Data API?

Description
We are adopting the Raw Data API in our application. Currently we are getting an uncompressed YUV CVPixelBuffers via the ‘onMobileRTCRender(_ renderer: MobileRTCRenderer, framePixelBuffer pixelBuffer: CVPixelBuffer?, rotation: MobileRTCVideoRawDataRotation)’ callback.
Is it possible to get the frame data in some compressed form before decoding? E.g. in H264 or any other codec you use to transfer the frames over the network.

Which version?
5.4.54520.1229

Hey @s.nikitin,

Thanks for using the dev forum!

At this time the data that provided by

onMobileRTCRender(_ renderer: MobileRTCRenderer, framePixelBuffer pixelBuffer: CVPixelBuffer?, rotation: MobileRTCVideoRawDataRotation)

and

onMobileRTCRender:(MobileRTCRenderer * _Nonnull )renderer, frameRawData:(MobileRTCVideoRawData * _Nonnull )rawData

is the only form of raw video data that is provided by the SDK.

Thanks!
Michael