• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2022 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources>
17    <string name="log_mode_socket">Socket</string>
18    <string name="log_mode_audio">Audio</string>
19    <string name="log_mode_video">Video</string>
20    <string name="log_mode_text">Text</string>
21    <string name="log_mode_rtp">Rtp</string>
22    <string name="log_mode_payload">Rtp Payload</string>
23    <string name="log_mode_jitterbuffer">Jitter Buffer</string>
24    <string name="log_mode_rtcp">Rtcp</string>
25    <string name="log_mode_rtpstack">RtpStack</string>
26    <string name="log_mode_video_jitter">Video Jitter Buffer</string>
27    <string name="log_mode_socket_summary">Socket operation</string>
28    <string name="log_mode_audio_summary">Audio encoding/decoding</string>
29    <string name="log_mode_video_summary">Video encoding/decoding</string>
30    <string name="log_mode_text_summary">Text data frames</string>
31    <string name="log_mode_rtp_summary">Rtp packetization</string>
32    <string name="log_mode_payload_summary">Rtp payload packetization</string>
33    <string name="log_mode_jitterbuffer_summary">De-jitter buffer operation</string>
34    <string name="log_mode_rtcp_summary">Rtcp packetization</string>
35    <string name="log_mode_rtpstack_summary">RtpStack operation</string>
36    <string name="log_mode_video_jitter_summary">De-jitter buffer operation for video</string>
37</resources>