Struct p25::voice::frame::VoiceFrame
[−]
[src]
pub struct VoiceFrame {
pub chunks: [u32; 8],
pub errors: [usize; 7],
}IMBE-encoded voice frame.
Fields
chunks: [u32; 8]
Chunks of IMBE-prioritized data, Known as u_0, ..., u_7 in the standard.
errors: [usize; 7]
Number of FEC errors detected for each associated chunk u_0, ..., u_6.