MediaProcessors
Public Attributes | List of all members
live555_rtsp_dmux_ctx_s Struct Reference
Collaboration diagram for live555_rtsp_dmux_ctx_s:
Collaboration graph
[legend]

Public Attributes

struct proc_ctx_s proc_ctx
 
volatile struct live555_rtsp_dmux_settings_ctx_s live555_rtsp_dmux_settings_ctx
 
TaskScheduler * taskScheduler
 
UsageEnvironment * usageEnvironment
 
SimpleRTSPClientsimpleRTSPClient
 

Detailed Description

Definition at line 208 of file live555_rtsp.cpp.

Member Data Documentation

volatile struct live555_rtsp_dmux_settings_ctx_s live555_rtsp_dmux_ctx_s::live555_rtsp_dmux_settings_ctx

Live555's RTSP de-multiplexer settings. This structure extends (thus can be casted to) muxers_settings_dmux_ctx_t.

Definition at line 219 of file live555_rtsp.cpp.

struct proc_ctx_s live555_rtsp_dmux_ctx_s::proc_ctx

Generic processor context structure. MUST be the first field in order to be able to cast to proc_ctx_t.

Definition at line 213 of file live555_rtsp.cpp.

SimpleRTSPClient* live555_rtsp_dmux_ctx_s::simpleRTSPClient

Live555's RTSPClient simple extension.

Definition at line 235 of file live555_rtsp.cpp.

TaskScheduler* live555_rtsp_dmux_ctx_s::taskScheduler

Live555's TaskScheduler Class. Used for scheduling MUXER and other processing when corresponding events are signaled (e.g. de-multiplexing frame of data when a new frame is available at the input).

Definition at line 227 of file live555_rtsp.cpp.

UsageEnvironment* live555_rtsp_dmux_ctx_s::usageEnvironment

Live555's UsageEnvironment Class.

Definition at line 231 of file live555_rtsp.cpp.


The documentation for this struct was generated from the following file: