VideoDecoder.setPacketized

Allows baseclass to consider input data as packetized or not. If the input is packetized, then the parse method will not be called.

class VideoDecoder
void
setPacketized
()

Parameters

packetized bool

whether the input data should be considered as packetized.