VR-Link API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
audioData.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 1992-2010 VT MAK
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #ifndef _Audio_Data_H_
7 #define _Audio_Data_H_
8 
12 
13 #if DtHLA
14 
15 
16 #include <vlpi/netStructs.h>
17 
18 typedef struct DtNetAudioDataType
19 {
20  DtNetU32 myStreamTag[2];
21  DtNetU32 myEncodingType;
22  DtNetU32 mySampleRate;
23  DtNetU16 myDataLength;
24  DtNetU8 padding[2];
25  DtNetU32 mySampleCount;
28 
29 } DtAudioDataType;
30 
31 #endif
32 #endif
33 
Network-order unsigned 16-bit quantity.
Definition: vlNetTypes.h:51
Network-order unsigned 32-bit quantity.
Definition: vlNetTypes.h:98
DtU8 DtNetU8
Unsigned 8-bit value.
Definition: vlNetTypes.h:30

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)