VR-Link API Documentation for HLA Evolved
audioData.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 1992-2010 VT MAK
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #ifndef _Audio_Data_H_
00007 #define _Audio_Data_H_ 
00008  
00012 
00013 #if DtHLA
00014 
00015 
00016 #include <vlpi/NetStructs.h>
00017 
00018 typedef struct DtNetAudioDataType
00019 {
00020    DtNetU32 myStreamTag[2];  
00021    DtNetU32 myEncodingType;
00022    DtNetU32 mySampleRate;
00023    DtNetU16 myDataLength;
00024    DtNetU8 padding[2];
00025    DtNetU32 mySampleCount;
00028 
00029 } DtAudioDataType;
00030 
00031 #endif
00032 #endif
00033 

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)