public class GenericAdaptor extends Object implements ContainerAdaptor
| Constructor and Description |
|---|
GenericAdaptor(VideoDecoder detect) |
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
allocatePicture() |
boolean |
canSeek(Packet data) |
Picture |
decodeFrame(Packet packet,
byte[][] data) |
MediaInfo |
getMediaInfo() |
public GenericAdaptor(VideoDecoder detect)
public Picture decodeFrame(Packet packet, byte[][] data)
decodeFrame in interface ContainerAdaptorpublic boolean canSeek(Packet data)
canSeek in interface ContainerAdaptorpublic MediaInfo getMediaInfo()
getMediaInfo in interface ContainerAdaptorpublic byte[][] allocatePicture()
allocatePicture in interface ContainerAdaptorCopyright © 2019. All rights reserved.