// Simple example file showing RTP header extension usage
// This file just serves as a placeholder for now
// We'll expand it once the proper API is available
fn main() {
println!("RTP Header Extensions Example");
println!("This is a placeholder example that will be expanded in the future.");
}