LeviLamina
Loading...
Searching...
No Matches
RtpTransceiverDirection.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
RtpTransceiverDirection :
int
{
8
KSendRecv = 0,
9
KSendOnly = 1,
10
KRecvOnly = 2,
11
KInactive = 3,
12
KStopped = 4,
13
};
14
15
}
src
mc
external
webrtc
RtpTransceiverDirection.h
Generated on Sat Apr 26 2025 05:55:44 for LeviLamina by
1.12.0