|
Sunshine master
Self-hosted game stream host for Moonlight.
|
Packet byte-range replacement descriptor. More...
#include <src/video.h>
Public Member Functions | |
| replace_t & | operator= (replace_t &&) noexcept=default |
| Defaulted move assignment for the generated type. * *. | |
| replace_t (replace_t &&) noexcept=default | |
| Defaulted move constructor for the generated type. | |
| replace_t (std::string_view old, std::string_view _new) noexcept | |
| Store an encoded-byte replacement rule. | |
Public Attributes | |
| std::string_view | _new |
Byte sequence that replaces old before transmission. | |
| std::string_view | old |
| Byte sequence to find in the encoded packet. | |
Packet byte-range replacement descriptor.
|
defaultnoexcept |
Defaulted move constructor for the generated type.
|
inlinenoexcept |
Store an encoded-byte replacement rule.
| old | Byte sequence to replace in encoded packets. |
| _new | Replacement byte sequence inserted into encoded packets. |
Defaulted move assignment for the generated type. * *.