DMAPGstMP3InputStream

DMAPGstMP3InputStream

Synopsis

#define             DMAP_TYPE_GST_MP3_INPUT_STREAM
#define             DMAP_GST_MP3_INPUT_STREAM           (o)
#define             DMAP_GST_MP3_INPUT_STREAM_CLASS     (k)
#define             IS_DMAP_GST_MP3_INPUT_STREAM        (o)
#define             IS_DMAP_GST_MP3_INPUT_STREAM_CLASS  (k)
#define             DMAP_GST_MP3_INPUT_STREAM_GET_CLASS (o)
#define             DMAP_GST_MP3_INPUT_STREAM_GET_PRIVATE(o)
typedef             DMAPGstMP3InputStreamPrivate;
                    DMAPGstMP3InputStream;
                    DMAPGstMP3InputStreamClass;
GType               dmap_gst_mp3_input_stream_get_type  (void);
GInputStream*       dmap_gst_mp3_input_stream_new       (GInputStream *stream);

Object Hierarchy

  GObject
   +----GInputStream
         +----DMAPGstInputStream
               +----DMAPGstMP3InputStream

Implemented Interfaces

DMAPGstMP3InputStream implements GSeekable.

Description

Details

DMAP_TYPE_GST_MP3_INPUT_STREAM

#define DMAP_TYPE_GST_MP3_INPUT_STREAM         (dmap_gst_mp3_input_stream_get_type ())


DMAP_GST_MP3_INPUT_STREAM()

#define             DMAP_GST_MP3_INPUT_STREAM(o)

o :


DMAP_GST_MP3_INPUT_STREAM_CLASS()

#define             DMAP_GST_MP3_INPUT_STREAM_CLASS(k)

k :


IS_DMAP_GST_MP3_INPUT_STREAM()

#define             IS_DMAP_GST_MP3_INPUT_STREAM(o)

o :


IS_DMAP_GST_MP3_INPUT_STREAM_CLASS()

#define             IS_DMAP_GST_MP3_INPUT_STREAM_CLASS(k)

k :


DMAP_GST_MP3_INPUT_STREAM_GET_CLASS()

#define             DMAP_GST_MP3_INPUT_STREAM_GET_CLASS(o)

o :


DMAP_GST_MP3_INPUT_STREAM_GET_PRIVATE()

#define             DMAP_GST_MP3_INPUT_STREAM_GET_PRIVATE(o)

o :


DMAPGstMP3InputStreamPrivate

typedef struct DMAPGstMP3InputStreamPrivate DMAPGstMP3InputStreamPrivate;


DMAPGstMP3InputStream

typedef struct _DMAPGstMP3InputStream DMAPGstMP3InputStream;


DMAPGstMP3InputStreamClass

typedef struct {
	DMAPGstInputStreamClass parent;
} DMAPGstMP3InputStreamClass;


dmap_gst_mp3_input_stream_get_type ()

GType               dmap_gst_mp3_input_stream_get_type  (void);

Returns :


dmap_gst_mp3_input_stream_new ()

GInputStream*       dmap_gst_mp3_input_stream_new       (GInputStream *stream);

stream :

Returns :