Class FilterException

All Implemented Interfaces:
Serializable

public class FilterException extends CastlabsPlayerException
Exception that is raised when all track types of a particular type (e.g. SdkConsts.VIDEO, SdkConsts.AUDIO, SdkConsts.TEXT) are filtered out. The possible types of this exception are: CastlabsPlayerException.TYPE_VIDEO_UNSUPPORTED, CastlabsPlayerException.TYPE_AUDIO_UNSUPPORTED or CastlabsPlayerException.TYPE_TEXT_UNSUPPORTED with CastlabsPlayerException.SEVERITY_WARNING
Since:
4.0.8
See Also: