Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    POE::Component::Audio::Mad::Handle 0.3

    Download button

    No screenshots available
    Downloads: 371  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Mark McConnell | More programs
    Perl Artistic License / FREE
    November 17th, 2006, 04:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    POE::Component::Audio::Mad::Handle description

    A POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder.

    POE::Component::Audio::Mad::Handle is a POE Component to facilitate IPC with the POE::Wheel::Audio::Mad mpeg decoder.

    SYNOPSIS

    use POE;
    use POE::Component::Audio::Mad::Handle;

    ## create an IPC bridge on stdin/stdout
    create POE::Component::Audio::Mad::Handle();

    ## create a custom IPC bridge..
    create POE::Component::Audio::Mad::Handle (
    Driver => POE::Driver::SysRW->new(),
    Filter => POE::Filter::Audio::Mad->new(),

    Handle => $two_way_handle,
    # -or-
    InputHandle => $one_way_handle_in,
    OutputHandle => $one_way_handle_out
    );


    POE::Component::Audio::Mad::Handle is a POE Component to implement basic inter-process communication with the POE::Wheel::Audio::Mad mpeg decoder and a bi-directional or two unidirectional filehandles.

    This Component operates by creating an instance of POE::Wheel::Audio::Mad and an instance of POE::Wheel::ReadWrite and then facilitates communication between the two. All options passed to the create() constructor are filled in with defaults and then directly passed to POE::Wheel::ReadWrite's constructor; see it's documentation for a description of available options.

    You may use any options you wish. Decoder status messages will be sent through the filter and then delivered to the appropriate filehandle. Commands received through the appropriate filehandle will be sent through the filter and used to affect POE::Wheel::Audio::Mad operations.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    POE Component | mpeg decoder | Perl module | module | POE | Component

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM