Skip to content
Snippets Groups Projects
Commit 9c82bd22 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Add ephemeral flag

parent ebdb1297
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@ static constexpr uint8_t kFlagCompleted = 0x02; ///< Last packet for timestamp
static constexpr uint8_t kFlagReset = 0x04; ///< Request full data, including key frames.
static constexpr uint8_t kFlagFull = 0x04; ///< If set on EndFrame packet then that frame contained full data
static constexpr uint8_t kFlagOutOfBand = 0x08; ///< The data is not tied to a specific frame rate
static constexpr uint8_t kFlagEphemeralChannel = 0x10; ///< Don't keep this data in a session file
static constexpr uint8_t kAllFrames = 255;
static constexpr uint8_t kAllFramesets = 255;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment