VideoDecoder.addToFrame
void addToFrame(int nBytes)Removes next n_bytes of input data and adds it to currently parsed frame.
Parameters
nBytes | the number of bytes to add |
void addToFrame(int nBytes)Removes next n_bytes of input data and adds it to currently parsed frame.
nBytes | the number of bytes to add |