Changeset 34880 in vbox
- Timestamp:
- Dec 9, 2010 12:21:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/RemoteDesktop/VRDE.h
r34744 r34880 87 87 #define VRDE_AUDIOIN_DATA 2 88 88 #define VRDE_AUDIOIN_END 3 89 90 typedef struct VRDEAUDIOINBEGIN 91 { 92 VRDEAUDIOFORMAT fmt; /* Actual format of data, which will be sent in VRDE_AUDIOIN_DATA events. */ 93 } VRDEAUDIOINBEGIN; 89 94 90 95 … … 1024 1029 * @param hServer Handle of VRDE server instance. 1025 1030 * @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. 1026 1033 * @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.1029 1034 * 1030 1035 * @note Initialized to NULL when the VRDECallbackAudioIn callback is NULL.
Note:
See TracChangeset
for help on using the changeset viewer.