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 ContainerAdaptor
public boolean canSeek(Packet data)
canSeek
in interface ContainerAdaptor
public MediaInfo getMediaInfo()
getMediaInfo
in interface ContainerAdaptor
public byte[][] allocatePicture()
allocatePicture
in interface ContainerAdaptor
Copyright © 2019. All rights reserved.