VirtualBox

Changeset 34880 in vbox


Ignore:
Timestamp:
Dec 9, 2010 12:21:28 PM (14 years ago)
Author:
vboxsync
Message:

VRDP: updates for audio input channel in VRDP server.

File:
1 edited

Legend:

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

    r34744 r34880  
    8787#define VRDE_AUDIOIN_DATA      2
    8888#define VRDE_AUDIOIN_END       3
     89
     90typedef struct VRDEAUDIOINBEGIN
     91{
     92    VRDEAUDIOFORMAT fmt; /* Actual format of data, which will be sent in VRDE_AUDIOIN_DATA events. */
     93} VRDEAUDIOINBEGIN;
    8994
    9095
     
    10241029     * @param hServer      Handle of VRDE server instance.
    10251030     * @param pvCtx        To be used in VRDECallbackAudioIn.
     1031     * @param u32ClientId  An identifier that allows the server to find the corresponding client.
     1032     * @param audioFormat  Preferred format of audio data.
    10261033     * @param u32SamplesPerBlock Preferred number of samples in one block of audio input data.
    1027      * @param u32ClientId  An identifier that allows the server to find the corresponding client.
    1028      * @param audioFormat  Requested format of audio data.
    10291034     *
    10301035     * @note Initialized to NULL when the VRDECallbackAudioIn callback is NULL.
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