LeviLamina
Loading...
Searching...
No Matches
srtp_prf_label.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class srtp_prf_label : int {
6 RtpEncryption = 0,
7 RtpMsgAuth = 1,
8 RtpSalt = 2,
9 RtcpEncryption = 3,
10 RtcpMsgAuth = 4,
11 RtcpSalt = 5,
12 RtpHeaderEncryption = 6,
13 RtpHeaderSalt = 7,
14};