Class VideoDecoder.VideoDecoderClass

java.lang.Object
All Implemented Interfaces:
Proxy
Enclosing class:
VideoDecoder

public static class VideoDecoder.VideoDecoderClass extends Element.ElementClass
Subclasses can override any of the available virtual methods or not, as needed. At minimum handleFrame needs to be overridden, and setFormat and likely as well. If non-packetized input is supported or expected, parse needs to be overridden as well.