Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
_Ffmpeg
_Ffmpeg.ffmpeg

Method _Ffmpeg.ffmpeg()->decode()


Method decode

mapping|int decode(string data)

Description

Returns a mapping with the new decoded frame and lenght of data which was used for decoding.


Method decode

int decode(string data, function shuffler)

Description

Decode all data buffer and pass result to shuffler . Returns 1 on success, 0 otherwise.

Note

Shuffler variant isn't implemented, yet.

Note

Usable only in decoder.

See also

create()