xoreos  0.0.5
Classes | Public Member Functions | Public Attributes | List of all members
Sound::ASFStream::Packet Struct Reference
Collaboration diagram for Sound::ASFStream::Packet:
Collaboration graph
[legend]

Classes

struct  Segment
 

Public Member Functions

 Packet ()
 
 ~Packet ()
 

Public Attributes

byte flags
 
byte segmentType
 
uint16 packetSize
 
uint32 sendTime
 
uint16 duration
 
std::vector< Segmentsegments
 

Detailed Description

Definition at line 123 of file asf.cpp.

Constructor & Destructor Documentation

◆ Packet()

Sound::ASFStream::Packet::Packet ( )

Definition at line 175 of file asf.cpp.

◆ ~Packet()

Sound::ASFStream::Packet::~Packet ( )

Definition at line 178 of file asf.cpp.

Member Data Documentation

◆ duration

uint16 Sound::ASFStream::Packet::duration

Definition at line 131 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().

◆ flags

byte Sound::ASFStream::Packet::flags

Definition at line 127 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().

◆ packetSize

uint16 Sound::ASFStream::Packet::packetSize

Definition at line 129 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().

◆ segments

std::vector<Segment> Sound::ASFStream::Packet::segments

Definition at line 140 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().

◆ segmentType

byte Sound::ASFStream::Packet::segmentType

Definition at line 128 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().

◆ sendTime

uint32 Sound::ASFStream::Packet::sendTime

Definition at line 130 of file asf.cpp.

Referenced by Sound::ASFStream::readPacket().


The documentation for this struct was generated from the following file: