|
xoreos
0.0.5
|

Classes | |
| struct | Segment |
Public Member Functions | |
| Packet () | |
| ~Packet () | |
Public Attributes | |
| byte | flags |
| byte | segmentType |
| uint16 | packetSize |
| uint32 | sendTime |
| uint16 | duration |
| std::vector< Segment > | segments |
| uint16 Sound::ASFStream::Packet::duration |
Definition at line 131 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
| byte Sound::ASFStream::Packet::flags |
Definition at line 127 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
| uint16 Sound::ASFStream::Packet::packetSize |
Definition at line 129 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
| std::vector<Segment> Sound::ASFStream::Packet::segments |
Definition at line 140 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
| byte Sound::ASFStream::Packet::segmentType |
Definition at line 128 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
| uint32 Sound::ASFStream::Packet::sendTime |
Definition at line 130 of file asf.cpp.
Referenced by Sound::ASFStream::readPacket().
1.8.14