7 lines
143 B
C
7 lines
143 B
C
#ifndef __RTP_AUDIO_H
|
|
#define __RTP_AUDIO_H
|
|
#include "stream.h"
|
|
struct rtp_media *new_rtp_media_audio_stream( struct stream *stream );
|
|
|
|
#endif
|