LeviLamina
Loading...
Searching...
No Matches
RtpPacketMediaType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
RtpPacketMediaType : uint64 {
8
KAudio = 0,
9
KVideo = 1,
10
KRetransmission = 2,
11
KForwardErrorCorrection = 3,
12
KPadding = 4,
13
};
14
15
}
src
mc
external
webrtc
RtpPacketMediaType.h
Generated on Sat Apr 26 2025 05:55:44 for LeviLamina by
1.12.0