Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
37d2210a
Commit
37d2210a
authored
Mar 05, 2007
by
Panagiotis Issaris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doxygenize comments in rtsp.h
Originally committed as revision 8255 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
391fbb65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
rtsp.h
libavformat/rtsp.h
+10
-10
No files found.
libavformat/rtsp.h
View file @
37d2210a
...
...
@@ -38,27 +38,27 @@ enum RTSPProtocol {
#define RTSP_RTP_PORT_MAX 10000
typedef
struct
RTSPTransportField
{
int
interleaved_min
,
interleaved_max
;
/* interleave ids, if TCP transport */
int
port_min
,
port_max
;
/* RTP ports */
int
client_port_min
,
client_port_max
;
/* RTP ports */
int
server_port_min
,
server_port_max
;
/* RTP ports */
int
ttl
;
/* ttl value */
uint32_t
destination
;
/* destination IP address */
int
interleaved_min
,
interleaved_max
;
/*
*<
interleave ids, if TCP transport */
int
port_min
,
port_max
;
/*
*<
RTP ports */
int
client_port_min
,
client_port_max
;
/*
*<
RTP ports */
int
server_port_min
,
server_port_max
;
/*
*<
RTP ports */
int
ttl
;
/*
*<
ttl value */
uint32_t
destination
;
/*
*<
destination IP address */
enum
RTSPProtocol
protocol
;
}
RTSPTransportField
;
typedef
struct
RTSPHeader
{
int
content_length
;
enum
RTSPStatusCode
status_code
;
/* response code from server */
enum
RTSPStatusCode
status_code
;
/*
*<
response code from server */
int
nb_transports
;
/* in AV_TIME_BASE unit, AV_NOPTS_VALUE if not used */
/*
*
in AV_TIME_BASE unit, AV_NOPTS_VALUE if not used */
int64_t
range_start
,
range_end
;
RTSPTransportField
transports
[
RTSP_MAX_TRANSPORTS
];
int
seq
;
/* sequence number */
int
seq
;
/*
*<
sequence number */
char
session_id
[
512
];
}
RTSPHeader
;
/* the callback can be used to extend the connection setup/teardown step */
/*
*
the callback can be used to extend the connection setup/teardown step */
enum
RTSPCallbackAction
{
RTSP_ACTION_SERVER_SETUP
,
RTSP_ACTION_SERVER_TEARDOWN
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment