input_plugin Struct Reference

#include <input_plugin.h>


Data Fields

input_version_type version
input_flags_type flags
char * name
char * author
void * handle
input_init_type init
input_shutdown_type shutdown
input_plugin_handle_type plugin_handle
input_can_handle_type can_handle
input_open_type open
input_close_type close
input_play_frame_type play_frame
input_frame_seek_type frame_seek
input_frame_size_type frame_size
input_nr_frames_type nr_frames
input_frame_to_sec_type frame_to_sec
input_sample_rate_type sample_rate
input_channels_type channels
input_stream_info_type stream_info
input_nr_tracks_type nr_tracks
input_track_seek_type track_seek


Field Documentation

input_version_type input_plugin::version

Must be set to INPUT_PLUGIN_VERSION

input_flags_type input_plugin::flags

Fixed flags for the plugin (P_*)

char* input_plugin::name

Should point the a character array containing the name of this plugin

char* input_plugin::author

Should point to a character array containing the name of the author(s) of this plugin.

void* input_plugin::handle

dlopen() handle of this plugin. Filled in by the HOST.

input_init_type input_plugin::init

input_shutdown_type input_plugin::shutdown

input_plugin_handle_type input_plugin::plugin_handle

input_can_handle_type input_plugin::can_handle

input_open_type input_plugin::open

input_close_type input_plugin::close

input_play_frame_type input_plugin::play_frame

input_frame_seek_type input_plugin::frame_seek

input_frame_size_type input_plugin::frame_size

input_nr_frames_type input_plugin::nr_frames

input_frame_to_sec_type input_plugin::frame_to_sec

input_sample_rate_type input_plugin::sample_rate

input_channels_type input_plugin::channels

input_stream_info_type input_plugin::stream_info

input_nr_tracks_type input_plugin::nr_tracks

input_track_seek_type input_plugin::track_seek


The documentation for this struct was generated from the following file:
Generated on Fri Oct 12 12:50:19 2007 for AlsaPlayer by  doxygen 1.5.3