docs.rs failed to build anodecs-0.1.6
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
anodecs (fork of rust_mediacodec)
This library provides Rust bindings to the Android MediaCodec APIs. It also adds some pretty nifty utilities to make working with buffers on Android easier.
Published as anodecs (fork of mediacodec with anodecs name for crates.io).
Features Currently Implemented
- MediaCodec
- MediaExtractor
- MediaMuxer
- MediaFormat
- Safe codec buffers abstraction
- Some extra utilities to make working with the library easier
Feature flags
api24— no additional APIsapi26—createInputSurface,createPersistentInputSurface,setInputSurface,setParameters,signalEndOfInputStreamapi28—getBufferFormat,getName,setAsyncNotifyCallback,releaseCrypto,getInputFormat,AMediaCodecActionCode_isRecoverable,AMediaCodecActionCode_isTransient,getDouble/setDouble/getRect/setSize/setRectonMediaFormatapi29—clear/copyonMediaFormat
Using
= "0.1"
Decoding example
use debug;
use ;
extern "C"
You can find more examples in the examples directory.