libtorio
TorchAudio 的 C++ API 是一个原型功能。不保证 API/ABI 的向后兼容性。
- torio::io::StreamingMediaDecoder
- Constructors
- StreamingMediaDecoder
- StreamingMediaDecoderCustomIO
- 查询方法
- find_best_audio_stream
- find_best_video_stream
- get_metadata
- num_src_streams
- get_src_stream_info
- num_out_streams
- get_out_stream_info
- is_buffer_ready
- 配置方法
- add_audio_stream
- add_video_stream
- remove_stream
- Stream Methods
- seek
- process_packet
- process_packet_block
- process_all_packets
- fill_buffer
- 检索方法
- pop_chunks
- 支持结构
- Chunk
- SrcStreaminfo
- OutputStreaminfo
- torio::io::StreamingMediaEncoder