mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Add seq and rtptime params to record/flush with a view to using these for timing and device suspension
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/coling@2500 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
651da7d095
commit
5f527dc479
3 changed files with 21 additions and 9 deletions
|
|
@ -66,10 +66,10 @@ void pa_rtsp_remove_header(pa_rtsp_client *c, const char* key);
|
|||
int pa_rtsp_announce(pa_rtsp_client* c, const char* sdp);
|
||||
|
||||
int pa_rtsp_setup(pa_rtsp_client* c);
|
||||
int pa_rtsp_record(pa_rtsp_client* c);
|
||||
int pa_rtsp_record(pa_rtsp_client* c, uint16_t* seq, uint32_t* rtptime);
|
||||
int pa_rtsp_teardown(pa_rtsp_client* c);
|
||||
|
||||
int pa_rtsp_setparameter(pa_rtsp_client* c, const char* param);
|
||||
int pa_rtsp_flush(pa_rtsp_client* c);
|
||||
int pa_rtsp_flush(pa_rtsp_client* c, uint16_t seq, uint32_t rtptime);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue