search for: oggstreamdecod

Displaying 1 result from an estimated 1 matches for "oggstreamdecod".

Did you mean: oggstreamdecoder
2008 Jan 14
0
First Alpha of oggToolspp
...nch of raw data from a repository (e.g. a file) and place it into rawData. This rawData object is then placed into the oggDecoder. To find out if there is output data available, all media units provide the method isAvailable(): while (oggDecoder.isAvailable()) { oggDecoder >> oggPage; oggStreamDecoder << oggPage; } This can be done up until a frame or audio sample is available, but you don't have to. You can also place the data it into an oggEncoder and then into a new repository e.g. to split a stream (please refer to oggSplit as an example).