Skip to main content

select_subtitle

Function select_subtitle 

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

Show the position-th sideloaded subtitle, or none.

TRACES: UR-020 | DR-023 | UT-275