Docs.rs
openh264-0.4.3
openh264 0.4.3
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
ralfbiedert
Dependencies
openh264-sys2 ^0.4.0
normal
anyhow ^1.0.71
dev
image ^0.24.6
dev
image-compare ^0.3.0
dev
mp4 ^0.13.0
dev
Versions
75%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
openh264
0.4.3
Module decoder
Structs
In crate openh264
?
Module
openh264
::
decoder
source
·
[
−
]
Available on
crate feature
decoder
only.
Expand description
Converts NAL packets to YUV images.
Structs
DecodedYUV
Frame returned by the
Decoder
and provides safe data access.
Decoder
An
OpenH264
decoder.
DecoderConfig
Configuration for the
Decoder
.
DecoderRawAPI
Convenience wrapper with guaranteed function pointers for easy access.