| libdmapsharing-3.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
#define DMAP_TYPE_GST_INPUT_STREAM #define DMAP_GST_INPUT_STREAM (o) #define DMAP_GST_INPUT_STREAM_CLASS (k) #define IS_DMAP_GST_INPUT_STREAM (o) #define IS_DMAP_GST_INPUT_STREAM_CLASS (k) #define DMAP_GST_INPUT_STREAM_GET_CLASS (o) typedef DMAPGstInputStreamPrivate; DMAPGstInputStream; DMAPGstInputStreamClass; GType dmap_gst_input_stream_get_type (void); GInputStream* dmap_gst_input_stream_new (const gchar *transcode_mimetype,GInputStream *src_stream); gchar * dmapd_input_stream_strdup_format_extension (const gint format_code);
GObject +----GInputStream +----DMAPGstInputStream +----DMAPGstMP3InputStream +----DMAPGstWAVInputStream
typedef struct {
GInputStreamClass parent;
void (*kill_pipeline) (DMAPGstInputStream *);
} DMAPGstInputStreamClass;
GInputStream* dmap_gst_input_stream_new (const gchar *transcode_mimetype,GInputStream *src_stream);
|
|
|
|
Returns : |