Refactor audio encryption to use new encryption flags

This commit is contained in:
Cameron Gutman
2024-01-14 18:05:40 -06:00
parent 77b0bab374
commit 3d6e7f447a
3 changed files with 13 additions and 5 deletions

View File

@@ -22,12 +22,13 @@ namespace stream {
int packetsize;
int minRequiredFecPackets;
int nvFeatureFlags;
int mlFeatureFlags;
int controlProtocolType;
int audioQosType;
int videoQosType;
uint32_t encryptionFlagsEnabled;
std::optional<int> gcmap;
};