Changeset 34744 in vbox for trunk/include
- Timestamp:
- Dec 6, 2010 12:46:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDE.h
r34525 r34744 83 83 */ 84 84 85 /* Audio nnotifications. */85 /* Audio input notifications. */ 86 86 #define VRDE_AUDIOIN_BEGIN 1 87 87 #define VRDE_AUDIOIN_DATA 2 … … 1023 1023 * 1024 1024 * @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. 1025 1027 * @param u32ClientId An identifier that allows the server to find the corresponding client. 1026 * @param pvCtx To be used in VRDECallbackAudioIn.1027 1028 * @param audioFormat Requested format of audio data. 1028 1029 * … … 1032 1033 void *pvCtx, 1033 1034 uint32_t u32ClientId, 1034 VRDEAUDIOFORMAT audioFormat)); 1035 VRDEAUDIOFORMAT audioFormat, 1036 uint32_t u32SamplesPerBlock)); 1035 1037 1036 1038 /**
Note:
See TracChangeset
for help on using the changeset viewer.