gstrtsp.c.types

Undocumented in source.

Public Imports

gid.basictypes
public import gid.basictypes;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
gst.c.types
public import gst.c.types;
Undocumented in source.
gstbase.c.types
public import gstbase.c.types;
Undocumented in source.
gstsdp.c.types
public import gstsdp.c.types;
Undocumented in source.

Members

Enums

GstRTSPAuthMethod
enum GstRTSPAuthMethod

Authentication methods, ordered by strength

GstRTSPEvent
enum GstRTSPEvent

The possible events for the connection.

GstRTSPFamily
enum GstRTSPFamily

The possible network families.

GstRTSPHeaderField
enum GstRTSPHeaderField

Enumeration of rtsp header fields

GstRTSPLowerTrans
enum GstRTSPLowerTrans

The different transport methods.

GstRTSPMethod
enum GstRTSPMethod

The different supported RTSP methods.

GstRTSPMsgType
enum GstRTSPMsgType

The type of a message.

GstRTSPProfile
enum GstRTSPProfile

The transfer profile to use.

GstRTSPRangeUnit
enum GstRTSPRangeUnit

Different possible time range units.

GstRTSPResult
enum GstRTSPResult

Result codes from the RTSP functions.

GstRTSPState
enum GstRTSPState

The different RTSP states.

GstRTSPStatusCode
enum GstRTSPStatusCode

Enumeration of rtsp status codes

GstRTSPTimeType
enum GstRTSPTimeType

Possible time types.

GstRTSPTransMode
enum GstRTSPTransMode

The transfer mode to use.

GstRTSPVersion
enum GstRTSPVersion

The supported RTSP versions.

Structs

GstRTSPAuthCredential
struct GstRTSPAuthCredential

RTSP Authentication credentials

GstRTSPAuthParam
struct GstRTSPAuthParam

RTSP Authentication parameter

GstRTSPConnection
struct GstRTSPConnection

This object manages the RTSP connection to the server. It provides function to receive and send bytes and messages.

GstRTSPExtension
struct GstRTSPExtension

This interface is implemented e.g. by the Windows Media Streaming RTSP exentension (rtspwms) and the RealMedia RTSP extension (rtspreal).

GstRTSPExtensionInterface
struct GstRTSPExtensionInterface

An interface representing RTSP extensions.

GstRTSPMessage
struct GstRTSPMessage

Provides methods for creating and parsing request, response and data messages.

GstRTSPRange
struct GstRTSPRange

Provides helper functions to deal with time ranges.

GstRTSPTime
struct GstRTSPTime

A time indication.

GstRTSPTime2
struct GstRTSPTime2

Extra fields for a time indication.

GstRTSPTimeRange
struct GstRTSPTimeRange

A time range.

GstRTSPTransport
struct GstRTSPTransport

Provides helper functions to deal with RTSP transport strings.

GstRTSPUrl
struct GstRTSPUrl

Provides helper functions to handle RTSP urls.

GstRTSPWatch
struct GstRTSPWatch

Opaque RTSP watch object that can be used for asynchronous RTSP operations.

GstRTSPWatchFuncs
struct GstRTSPWatchFuncs

Callback functions from a #GstRTSPWatch.