Changeset 89456 in vbox for trunk/src/VBox/Devices/Audio/AudioTestServiceProtocol.h
- Timestamp:
- Jun 2, 2021 8:43:16 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 144810
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioTestServiceProtocol.h
r89431 r89456 153 153 typedef ATSPKTREQTSETEND *PATSPKTREQTSETEND; 154 154 155 #define ATSPKT_OPCODE_TONE_PLAY "TN PLY"156 157 /** 158 * The T ONE PLAY request structure.155 #define ATSPKT_OPCODE_TONE_PLAY "TN PLY " 156 157 /** 158 * The TN PLY request structure. 159 159 */ 160 160 typedef struct ATSPKTREQTONEPLAY … … 177 177 typedef ATSPKTREQTONEPLAY *PATSPKTREQTONEPLAY; 178 178 179 #define ATSPKT_OPCODE_TONE_RECORD "TN REC " 180 181 /** 182 * The TN REC request structure. 183 */ 184 typedef struct ATSPKTREQTONEREC 185 { 186 /** Embedded packet header. */ 187 ATSPKTHDR Hdr; 188 /** Stream configuration to use for recording the tone. 189 * Note: Depending on the actual implementation this configuration might or might not be available / supported. */ 190 PDMAUDIOSTREAMCFG StreamCfg; 191 /** Test tone parameters for playback. */ 192 AUDIOTESTTONEPARMS ToneParms; 193 #if HC_ARCH_BITS == 64 194 uint8_t aPadding[4+8]; 195 #else 196 uint8_t aPadding[6+8]; 197 #endif 198 } ATSPKTREQTONEREC; 199 AssertCompileSizeAlignment(ATSPKTREQTONEREC, ATSPKT_ALIGNMENT); 200 /** Pointer to a ATSPKTREQTONEREC structure. */ 201 typedef ATSPKTREQTONEREC *PATSPKTREQTONEREC; 202 179 203 /* No additional structure for the reply (just standard STATUS packet). */ 180 204
Note:
See TracChangeset
for help on using the changeset viewer.