| FreeRDP
    | 
| Data Fields | |
| ITSMFDecoder | iface | 
| int | media_type | 
| gint64 | duration | 
| GstState | state | 
| GstCaps * | gst_caps | 
| GstElement * | pipe | 
| GstElement * | src | 
| GstElement * | queue | 
| GstElement * | outsink | 
| GstElement * | volume | 
| BOOL | ready | 
| BOOL | paused | 
| UINT64 | last_sample_start_time | 
| UINT64 | last_sample_end_time | 
| BOOL | seeking | 
| UINT64 | seek_offset | 
| double | gstVolume | 
| BOOL | gstMuted | 
| int | pipeline_start_time_valid | 
| int | shutdown | 
| void * | platform | 
| BOOL(* | ack_cb )(void *, BOOL) | 
| void(* | sync_cb )(void *) | 
| void * | stream | 
Definition at line 28 of file tsmf_platform.h.
| BOOL(* TSMFGstreamerDecoder::ack_cb) (void *, BOOL) | 
Definition at line 60 of file tsmf_platform.h.
| gint64 TSMFGstreamerDecoder::duration | 
Definition at line 34 of file tsmf_platform.h.
| GstCaps* TSMFGstreamerDecoder::gst_caps | 
Definition at line 37 of file tsmf_platform.h.
| BOOL TSMFGstreamerDecoder::gstMuted | 
Definition at line 53 of file tsmf_platform.h.
| double TSMFGstreamerDecoder::gstVolume | 
Definition at line 52 of file tsmf_platform.h.
| ITSMFDecoder TSMFGstreamerDecoder::iface | 
Definition at line 30 of file tsmf_platform.h.
| UINT64 TSMFGstreamerDecoder::last_sample_end_time | 
Definition at line 48 of file tsmf_platform.h.
| UINT64 TSMFGstreamerDecoder::last_sample_start_time | 
Definition at line 47 of file tsmf_platform.h.
| int TSMFGstreamerDecoder::media_type | 
Definition at line 32 of file tsmf_platform.h.
| GstElement* TSMFGstreamerDecoder::outsink | 
Definition at line 42 of file tsmf_platform.h.
| BOOL TSMFGstreamerDecoder::paused | 
Definition at line 46 of file tsmf_platform.h.
| GstElement* TSMFGstreamerDecoder::pipe | 
Definition at line 39 of file tsmf_platform.h.
| int TSMFGstreamerDecoder::pipeline_start_time_valid | 
Definition at line 55 of file tsmf_platform.h.
| void* TSMFGstreamerDecoder::platform | 
Definition at line 58 of file tsmf_platform.h.
| GstElement* TSMFGstreamerDecoder::queue | 
Definition at line 41 of file tsmf_platform.h.
| BOOL TSMFGstreamerDecoder::ready | 
Definition at line 45 of file tsmf_platform.h.
| UINT64 TSMFGstreamerDecoder::seek_offset | 
Definition at line 50 of file tsmf_platform.h.
| BOOL TSMFGstreamerDecoder::seeking | 
Definition at line 49 of file tsmf_platform.h.
| int TSMFGstreamerDecoder::shutdown | 
Definition at line 56 of file tsmf_platform.h.
| GstElement* TSMFGstreamerDecoder::src | 
Definition at line 40 of file tsmf_platform.h.
| GstState TSMFGstreamerDecoder::state | 
Definition at line 36 of file tsmf_platform.h.
| void* TSMFGstreamerDecoder::stream | 
Definition at line 62 of file tsmf_platform.h.
| void(* TSMFGstreamerDecoder::sync_cb) (void *) | 
Definition at line 61 of file tsmf_platform.h.
| GstElement* TSMFGstreamerDecoder::volume | 
Definition at line 43 of file tsmf_platform.h.