olp-cpp-sdk
1.22.0
|
Requests to seek an offset for a stream layer. More...
#include <SeekRequest.h>
Public Types | |
using | StreamOffsets = model::StreamOffsets |
An alias for the stream offsets. | |
Public Member Functions | |
SeekRequest & | WithOffsets (StreamOffsets offsets) |
Sets offsets for the request. More... | |
const model::StreamOffsets & | GetOffsets () const |
Gets the stream offsets of the request. More... | |
Requests to seek an offset for a stream layer.
|
inline |
Gets the stream offsets of the request.
|
inline |
Sets offsets for the request.
No offset by default.
offsets | The stream offsets. |
SeekRequest
instance.