rust-media-libs icon indicating copy to clipboard operation
rust-media-libs copied to clipboard

Convert API surface that returns Vec<u8> to Bytes

Open KallDrexx opened this issue 3 years ago • 0 comments

RTMP API functions that return a Vec<u8> should instead return Bytes for better pooling and less allocations.

KallDrexx avatar Dec 23 '21 22:12 KallDrexx