Docs.rs
  • av-data-0.4.3
    • av-data 0.4.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • shssoichiro
    • lu-zero
    • Luni-4
    • FreezyLemon
    • Dependencies
      • byte-slice-cast ^1.2.1 normal
      • bytes ^1.2.1 normal
      • num-derive ^0.4 normal
      • num-rational ^0.4.0 normal
      • num-traits ^0.2.8 normal
      • thiserror ^1.0 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • 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

av_data0.4.3

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases

List of all items

Structs

  • audiosample::ChannelMap
  • audiosample::Soniton
  • frame::AudioInfo
  • frame::Frame
  • frame::VideoInfo
  • packet::Packet
  • params::AudioInfo
  • params::CodecParams
  • params::VideoInfo
  • pixel::Chromaton
  • pixel::Formaton
  • rational::ParseRatioError
  • rational::Ratio
  • timeinfo::TimeInfo

Enums

  • audiosample::ChannelType
  • frame::FrameError
  • frame::FrameType
  • frame::MediaKind
  • params::MediaKind
  • pixel::ChromaLocation
  • pixel::ColorModel
  • pixel::ColorPrimaries
  • pixel::MatrixCoefficients
  • pixel::TransferCharacteristic
  • pixel::TrichromaticEncodingSystem
  • pixel::YUVRange
  • pixel::YUVSystem
  • value::Value

Traits

  • frame::FrameBuffer
  • frame::FrameBufferConv
  • frame::FrameBufferCopy
  • packet::ReadPacket
  • packet::WritePacket
  • pixel::FromPrimitive
  • pixel::ToPrimitive

Type Aliases

  • frame::ArcFrame
  • packet::ArcPacket
  • rational::BigRational
  • rational::Rational
  • rational::Rational32
  • rational::Rational64

Constants

  • audiosample::formats::F32
  • audiosample::formats::F64
  • audiosample::formats::S16
  • audiosample::formats::S32
  • audiosample::formats::U8
  • pixel::formats::PAL8
  • pixel::formats::RGB24
  • pixel::formats::RGB48
  • pixel::formats::RGB565
  • pixel::formats::RGBA
  • pixel::formats::RGBA64
  • pixel::formats::YUV410
  • pixel::formats::YUV410_10
  • pixel::formats::YUV411
  • pixel::formats::YUV411_10
  • pixel::formats::YUV420
  • pixel::formats::YUV420_10
  • pixel::formats::YUV422
  • pixel::formats::YUV422_10
  • pixel::formats::YUV444
  • pixel::formats::YUV444_10