rust-mobile / ndk

Rust bindings to the Android NDK
Apache License 2.0
1.11k stars 110 forks source link

ndk/media_format: Implement `copy()`/`clear()` fns since API level 29 #449

Closed MarijnS95 closed 9 months ago

MarijnS95 commented 9 months ago

CC @zarik5 @spencercw

Also provide the typical try_clone() method, and add missing doc aliases to all types and functions.