mmstv.cpp File Reference

#include "disko.h"
#include "mmsmedia/mmstv.h"
#include <strings.h>
#include <xine/xineutils.h>

Include dependency graph for mmstv.cpp:

Go to the source code of this file.


Defines

#define MMSTV_RECORD_START   XINE_EVENT_INPUT_MENU2
#define MMSTV_RECORD_STOP   XINE_EVENT_INPUT_MENU2
#define MMSTV_RECORD_PAUSE   XINE_EVENT_INPUT_MENU4

Functions

 MMS_CREATEERROR (MMSTVError)
static void queue_cb (void *userData, const xine_event_t *event)
 Callback, that will be called if xine sends event messages.

Define Documentation

#define MMSTV_RECORD_PAUSE   XINE_EVENT_INPUT_MENU4

Definition at line 41 of file mmstv.cpp.

#define MMSTV_RECORD_START   XINE_EVENT_INPUT_MENU2

Definition at line 39 of file mmstv.cpp.

#define MMSTV_RECORD_STOP   XINE_EVENT_INPUT_MENU2

Definition at line 40 of file mmstv.cpp.


Function Documentation

MMS_CREATEERROR ( MMSTVError   ) 

static void queue_cb ( void *  userData,
const xine_event_t *  event 
) [static]

Callback, that will be called if xine sends event messages.

It also emits signals that can be handled by sigc++ connectors.

Parameters:
userData [in/out] pointer to the MMSTV object
event [in] pointer to event structure

Definition at line 55 of file mmstv.cpp.