VirtualBox

Changeset 34744 in vbox for trunk/include


Ignore:
Timestamp:
Dec 6, 2010 12:46:18 PM (14 years ago)
Author:
vboxsync
Message:

VRDP: audio input channel: another parameter for VRDEAudioInOpen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/RemoteDesktop/VRDE.h

    r34525 r34744  
    8383 */
    8484
    85 /* Audion notifications. */
     85/* Audio input notifications. */
    8686#define VRDE_AUDIOIN_BEGIN     1
    8787#define VRDE_AUDIOIN_DATA      2
     
    10231023     *
    10241024     * @param hServer      Handle of VRDE server instance.
     1025     * @param pvCtx        To be used in VRDECallbackAudioIn.
     1026     * @param u32SamplesPerBlock Preferred number of samples in one block of audio input data.
    10251027     * @param u32ClientId  An identifier that allows the server to find the corresponding client.
    1026      * @param pvCtx        To be used in VRDECallbackAudioIn.
    10271028     * @param audioFormat  Requested format of audio data.
    10281029     *
     
    10321033                                                void *pvCtx,
    10331034                                                uint32_t u32ClientId,
    1034                                                 VRDEAUDIOFORMAT audioFormat));
     1035                                                VRDEAUDIOFORMAT audioFormat,
     1036                                                uint32_t u32SamplesPerBlock));
    10351037
    10361038    /**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette