|
libASPL
|
This is the complete list of members for aspl::IORequestHandler, including all inherited members.
| IORequestHandler()=default (defined in aspl::IORequestHandler) | aspl::IORequestHandler | |
| IORequestHandler(const IORequestHandler &)=delete (defined in aspl::IORequestHandler) | aspl::IORequestHandler | |
| OnProcessClientInput(const std::shared_ptr< Client > &client, const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, Float32 *frames, UInt32 frameCount, UInt32 channelCount) | aspl::IORequestHandler | inlinevirtual |
| OnProcessClientOutput(const std::shared_ptr< Client > &client, const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, Float32 *frames, UInt32 frameCount, UInt32 channelCount) | aspl::IORequestHandler | inlinevirtual |
| OnProcessMixedOutput(const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, Float32 *frames, UInt32 frameCount, UInt32 channelCount) | aspl::IORequestHandler | inlinevirtual |
| OnReadClientInput(const std::shared_ptr< Client > &client, const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, void *bytes, UInt32 bytesCount) | aspl::IORequestHandler | inlinevirtual |
| OnWriteClientOutput(const std::shared_ptr< Client > &client, const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, const Float32 *frames, UInt32 frameCount, UInt32 channelCount) | aspl::IORequestHandler | inlinevirtual |
| OnWriteMixedOutput(const std::shared_ptr< Stream > &stream, Float64 zeroTimestamp, Float64 timestamp, const void *bytes, UInt32 bytesCount) | aspl::IORequestHandler | inlinevirtual |
| operator=(const IORequestHandler &)=delete (defined in aspl::IORequestHandler) | aspl::IORequestHandler | |
| ~IORequestHandler()=default (defined in aspl::IORequestHandler) | aspl::IORequestHandler | virtual |