org.davic.media
Interface SubtitlingLanguageControl
- All Superinterfaces:
- javax.media.Control, LanguageControl
- All Known Subinterfaces:
- SubtitlingEventControl
- public interface SubtitlingLanguageControl
- extends LanguageControl
Subtitling language control
Method Summary |
boolean |
isSubtitlingOn()
|
boolean |
setSubtitling(boolean new_value)
Changes the subtitling on or off depending on the value of the parameter |
Methods inherited from interface javax.media.Control |
getControlComponent |
isSubtitlingOn
public boolean isSubtitlingOn()
- Returns:
- true if the subtitling is currently being presented, otherwise returns false
setSubtitling
public boolean setSubtitling(boolean new_value)
- Changes the subtitling on or off depending on the value of the parameter
- Parameters:
new_value
- true => subtitles on, false => subtitles off.
- Returns:
- the previous state.