#include <stdint.h>
#include <stddef.h>
#include <boolean.h>
#include <unistd.h>
#include <retro_miscellaneous.h>
#include <retro_common_api.h>
Go to the source code of this file.
◆ trans_stream_error
Enumerator |
---|
TRANS_STREAM_ERROR_NONE | |
TRANS_STREAM_ERROR_AGAIN | |
TRANS_STREAM_ERROR_ALLOCATION_FAILURE | |
TRANS_STREAM_ERROR_INVALID | |
TRANS_STREAM_ERROR_BUFFER_FULL | |
TRANS_STREAM_ERROR_OTHER | |
◆ trans_stream_get_pipe_backend()
◆ trans_stream_get_zlib_deflate_backend()
◆ trans_stream_get_zlib_inflate_backend()
◆ trans_stream_trans_full()
trans_stream_trans_full: : transcoding backend : (optional) existing stream data, or a target for the new stream data to be saved : input data : input size : output data : output size : (optional) output for error code
Perform a full transcoding from a source to a destination.
trans_stream_trans_full: : (optional) existing stream data, or a target for the new stream data to be saved : input data : input size : output data : output size : (optional) output for error code
Perform a full transcoding from a source to a destination.
◆ pipe_backend
◆ zlib_deflate_backend
◆ zlib_inflate_backend