rtp_pt.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 25 行

H
25
字号
/*******************************************************************
 * 
 *  Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
 *
 *  Description: RTP Payload types from session description
 *
 *  Author: Eric Knudstrup
 *  Created: Tue May  3 14:21:04 2005
 *
 *******************************************************************/

#ifndef RTP_PT_H
#define RTP_PT_H

/* These are the only RTP payload types currently supported */
#define RTP_PT_MPA 14 /* MPEG Audio */
#define RTP_PT_MPV 32 /* MPEG Video */
#define RTP_PT_MP2T 33 /* MPEG TS */

/* Between these are dynamic ports */
#define RTP_PT_DYN_LOW 96
#define RTP_PT_DYN_HIGH 127

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?