Refactor audio encryption to use new encryption flags
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user