pub type ALIGN_W<'a, const O: u8> = BitWriter<'a, u32, ALIGN_SPEC, ALIGN_A, O>;
Expand description

Field ALIGN writer - Alignment of sample within a frame.

Implementations

Left-aligned.

Right-aligned.