gst-plugins-rs/net/rtp/src/mp4a/mod.rs

8 lines
146 B
Rust
Raw Normal View History

// SPDX-License-Identifier: MPL-2.0
const DEFAULT_CLOCK_RATE: u32 = 90000;
const ENCODING_NAME: &str = "MP4A-LATM";
pub mod depay;
mod parsers;