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 org.davic.media.LanguageControl
getCurrentLanguage, listAvailableLanguages, selectDefaultLanguage, selectLanguage
 
Methods inherited from interface javax.media.Control
getControlComponent
 

Method Detail

isSubtitlingOn

boolean isSubtitlingOn()
Returns:
true if the subtitling is currently being presented, otherwise returns false

setSubtitling

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.