OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rtx
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/
video_receive_stream.h
117
//
RTX
settings for incoming video payloads that may be received.
RTX
is
119
struct
Rtx
{
120
// SSRCs to use for the
RTX
streams.
123
// Payload type to use for the
RTX
stream.
127
// Map from video RTP payload type ->
RTX
config.
128
typedef std::map<int,
Rtx
> RtxMap;
129
RtxMap
rtx
;
member in struct:webrtc::VideoReceiveStream::Config::Rtp
131
// If set to true, the
RTX
payload type mapping supplied in |
rtx
| will b
[
all
...]
video_send_stream.h
122
struct
Rtx
{
124
// SSRCs to use for the
RTX
streams.
127
// Payload type to use for the
RTX
stream.
129
}
rtx
;
member in struct:webrtc::VideoSendStream::Config::Rtp
Completed in 63 milliseconds