Skip to main content

select_audio

Function select_audio 

Source
pub fn select_audio(mpv: &Mpv, position: usize) -> Result<(), String>
Expand description

Play the position-th audio track of the file.

TRACES: UR-021 | DR-024 | UT-275