Documentation
Dlang.org
GstRTSPMessage
gstrtsp
c
types
Provides methods for creating and parsing request, response and data messages.
struct
GstRTSPMessage {
GstRTSPMsgType
type
;
union
TypeDataType
;
TypeDataType
type_data
;
GArray
*
hdrFields
;
ubyte
*
body_
;
uint
bodySize
;
GstBuffer
*
bodyBuffer
;
void
*[
3
]
GstReserved
;
}
Members
Unions
TypeDataType
union
TypeDataType
Variables
GstReserved
void
*[
3
]
GstReserved
;
bodyBuffer
GstBuffer
*
bodyBuffer
;
bodySize
uint
bodySize
;
body_
ubyte
*
body_
;
hdrFields
GArray
*
hdrFields
;
type
GstRTSPMsgType
type
;
the message type
gstrtsp
c
types
enums
GstRTSPAuthMethod
GstRTSPEvent
GstRTSPFamily
GstRTSPHeaderField
GstRTSPLowerTrans
GstRTSPMethod
GstRTSPMsgType
GstRTSPProfile
GstRTSPRangeUnit
GstRTSPResult
GstRTSPState
GstRTSPStatusCode
GstRTSPTimeType
GstRTSPTransMode
GstRTSPVersion
structs
GstRTSPAuthCredential
GstRTSPAuthParam
GstRTSPConnection
GstRTSPExtension
GstRTSPExtensionInterface
GstRTSPMessage
GstRTSPRange
GstRTSPTime
GstRTSPTime2
GstRTSPTimeRange
GstRTSPTransport
GstRTSPUrl
GstRTSPWatch
GstRTSPWatchFuncs
Provides methods for creating and parsing request, response and data messages.