rtp_mpv.h
来自「AMLOGIC DPF source code」· C头文件 代码 · 共 30 行
H
30 行
/*******************************************************************
*
* Copyright C 2005 by Amlogic, Inc. All Rights Reserved.
*
* Description: RTP MPV (MPEG 1/2 Video) handling.
*
* Author: Eric Knudstrup
* Created: Tue May 10 19:20:41 2005
*
*******************************************************************/
#ifndef RTP_MPV_H
#define RTP_MPV_H
/*;emacs generated header for file rtp_mpv.c. Global function declarations only. */
/**
* Shut down audio playback.
*/
extern void
rtp_mpv_done_cb(struct rtp *session);
extern void
rtp_mpv_cb(struct rtp *session, struct pbuf *rtp_pbuf);
/*;end emacs generated header for file rtp_mpv.c. Global function declarations only. */
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?