Class VideoDecoder

  • All Implemented Interfaces:

    
    public abstract class VideoDecoder
    
                        

    Represents a video decoder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      VideoDecoder()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean canDecode(String link) Check if this decoder can process the link
      abstract DecodeResult decode(Context context, SourceItem item, BypassModel bypassModel) Try to decode the SourceItem
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait