@JniClass public class DVDNav extends Object implements AutoCloseable
Modifier and Type | Class and Description |
---|---|
class |
DVDNav.Block |
Modifier and Type | Method and Description |
---|---|
protected int |
audio_language_select(String language) |
void |
close() |
protected String |
err_to_string() |
protected int |
get_next_block(byte[] buf,
int[] eventp,
int[] lenp) |
DVDNav.Block |
getNextBlock() |
String |
getSerial() |
String |
getTitle() |
protected int |
menu_language_select(String language) |
protected int |
set_readahead_flag(byte flag) |
void |
setLanguage(String language) |
protected int |
spu_language_select(String language) |
public DVDNav(String path) throws IOException
path
- The path (String
) to the DVD
device.IOException
- If the device cannot be opened.protected int set_readahead_flag(byte flag)
protected String err_to_string()
public void close()
close
in interface AutoCloseable
public void setLanguage(String language) throws IOException
IOException
protected int menu_language_select(String language)
protected int audio_language_select(String language)
protected int spu_language_select(String language)
public DVDNav.Block getNextBlock() throws IOException
IOException
protected int get_next_block(byte[] buf, int[] eventp, int[] lenp)
Copyright © 2015–2020 Allen D. Ball. All rights reserved.