New commits:
http://git.directfb.org/?p=extras/DFB++.git;a=commit;h=405cd82e886abb3282a47d63dfe4bc15bf52148f
commit 405cd82e886abb3282a47d63dfe4bc15bf52148f
Author: Denis Oliver Kropp <[EMAIL PROTECTED](none)>
Date:   Mon Jun 9 16:57:24 2008 +0200

    [IDirectFBVideoProvider] Added missing wrappers:
    
    +     void                         SetStreamAttributes   
(DFBStreamDescription        attr);
    +
    +     void                         SetAudioOutputs       
(DFBVideoProviderAudioUnits *audioUnits);
    +     DFBVideoProviderAudioUnits   GetAudioOutputs       ();
    +
    +     void                         SetAudioDelay         (long              
          delay);
    +
    +     IDirectFBEventBuffer        *CreateEventBuffer     ();
    +     void                         AttachEventBuffer     
(IDirectFBEventBuffer       *buffer);
    +     void                         DetachEventBuffer     
(IDirectFBEventBuffer       *buffer);
    +
    +
    +     void                         EnableEvents          
(DFBVideoProviderEventType   mask);
    +     void                         DisableEvents         
(DFBVideoProviderEventType   mask);
    +
    +
    +     void                         GetBufferOccupancy    
(DFBBufferOccupancy         *ret_occupancy);
    +     void                         SetBufferThresholds   
(DFBBufferThresholds         thresh);
    +     void                         GetBufferThresholds   
(DFBBufferThresholds        *ret_thresh);

 dfb++/idirectfbvideoprovider.cpp |   68 ++++++++++++++++++++++++++++++++++++++
 include/idirectfbeventbuffer.h   |    2 +
 include/idirectfbvideoprovider.h |   22 ++++++++++++
 3 files changed, 92 insertions(+), 0 deletions(-)


_______________________________________________
directfb-cvs mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-cvs

Reply via email to