VideoDecoder.setPacketized
void setPacketized(bool packetized)Allows baseclass to consider input data as packetized or not. If the input is packetized, then the parse method will not be called.
Parameters
packetized | whether the input data should be considered as packetized. |