public class BlurayInfo extends Object
| Constructor and Description |
|---|
BlurayInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltTitle() |
String |
getDiscLang() |
int |
getDiscNumber() |
int |
getNumberBDJTitles() |
int |
getNumberHDMVTitles() |
int |
getNumberUnsupportedTitles() |
String |
getPath() |
int |
getThumbCount() |
String |
getThumbPath() |
String |
getTitle() |
int |
getTitleCount() |
int |
getTotalDiscNumber() |
boolean |
isAacSDetected() |
boolean |
isAacSHandled() |
boolean |
isBdPlusDetected() |
boolean |
isBdPlusHandled() |
boolean |
isFirstPlaySupported() |
boolean |
isLibAACSDetected() |
boolean |
isLibBDPlusDetected() |
boolean |
isTopMenuSupported() |
void |
setAacSDetected(boolean aacSDetected) |
void |
setAacSHandled(boolean aacSHandled) |
void |
setAltTitle(String altTitle) |
void |
setBdPlusDetected(boolean bdPlusDetected) |
void |
setBdPlusHandled(boolean bdPlusHandled) |
void |
setDiscLang(String discLang) |
void |
setDiscNumber(int discNumber) |
void |
setFirstPlaySupported(boolean firstPlaySupported) |
void |
setLibAACSDetected(boolean libAACSDetected) |
void |
setLibBDPlusDetected(boolean libBDPlusDetected) |
void |
setNumberBDJTitles(int numberBDJTitles) |
void |
setNumberHDMVTitles(int numberHDMVTitles) |
void |
setNumberUnsupportedTitles(int numberUnsupportedTitles) |
void |
setPath(String path) |
void |
setThumbCount(int thumbCount) |
void |
setThumbPath(String thumbPath) |
void |
setTitle(String title) |
void |
setTitleCount(int titleCount) |
void |
setTopMenuSupported(boolean topMenuSupported) |
void |
setTotalDiscNumber(int totalDiscNumber) |
String |
toString() |
public String getPath()
public void setPath(String path)
path - the path to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getAltTitle()
public void setAltTitle(String altTitle)
altTitle - the altTitle to setpublic String getDiscLang()
public void setDiscLang(String discLang)
discLang - the discLang to setpublic int getDiscNumber()
public void setDiscNumber(int discNumber)
discNumber - the discNumber to setpublic int getTotalDiscNumber()
public void setTotalDiscNumber(int totalDiscNumber)
totalDiscNumber - the totalDiscNumber to setpublic int getTitleCount()
public void setTitleCount(int titleCount)
titleCount - the titleCount to setpublic int getThumbCount()
public void setThumbCount(int thumbCount)
thumbCount - the thumbCount to setpublic String getThumbPath()
public void setThumbPath(String thumbPath)
thumbPath - the thumbPath to setpublic boolean isTopMenuSupported()
public void setTopMenuSupported(boolean topMenuSupported)
topMenuSupported - the topMenuSupported to setpublic boolean isFirstPlaySupported()
public void setFirstPlaySupported(boolean firstPlaySupported)
firstPlaySupported - the firstPlaySupported to setpublic int getNumberHDMVTitles()
public void setNumberHDMVTitles(int numberHDMVTitles)
numberHDMVTitles - the numberHDMVTitles to setpublic int getNumberBDJTitles()
public void setNumberBDJTitles(int numberBDJTitles)
numberBDJTitles - the numberBDJTitles to setpublic int getNumberUnsupportedTitles()
public void setNumberUnsupportedTitles(int numberUnsupportedTitles)
numberUnsupportedTitles - the numberUnsupportedTitles to setpublic boolean isAacSDetected()
public void setAacSDetected(boolean aacSDetected)
aacSDetected - the aacSDetected to setpublic boolean isLibAACSDetected()
public void setLibAACSDetected(boolean libAACSDetected)
libAACSDetected - the libAACSDetected to setpublic boolean isAacSHandled()
public void setAacSHandled(boolean aacSHandled)
aacSHandled - the aacSHandled to setpublic boolean isBdPlusDetected()
public void setBdPlusDetected(boolean bdPlusDetected)
bdPlusDetected - the bdPlusDetected to setpublic boolean isLibBDPlusDetected()
public void setLibBDPlusDetected(boolean libBDPlusDetected)
libBDPlusDetected - the libBDPlusDetected to setpublic boolean isBdPlusHandled()
public void setBdPlusHandled(boolean bdPlusHandled)
bdPlusHandled - the bdPlusHandled to setCopyright © 2012. All Rights Reserved.