Ignore:
Timestamp:
07/19/09 03:33:54 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

started with track (stream) thingys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/gstreamer0.10/roarmixer.h

    r2069 r2072  
    6161}; 
    6262 
     63typedef struct _GstRoarMixerTrack { 
     64  GstMixerTrack parent; 
     65 
     66  struct roar_mixer_settings mixer; 
     67  gint          channels; 
     68  gchar       * name; 
     69  gint          stream_id; 
     70} GstRoarMixerTrack; 
     71 
     72typedef struct _GstRoarMixerTrackClass { 
     73  GstMixerTrackClass parent; 
     74} GstRoarMixerTrackClass; 
     75 
     76 
    6377GstRoarMixer*    gst_roarmixer_new                (const gchar *device, 
    6478                                                 GstRoarMixerDirection dir); 
Note: See TracChangeset for help on using the changeset viewer.