MythTV  0.27pre
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
buffers Struct Reference

Public Member Functions

 buffers (unsigned int s)
void resize (unsigned int s)
void clear ()

Public Attributes

std::vector< float > l
std::vector< float > r
std::vector< float > c
std::vector< float > ls
std::vector< float > rs
std::vector< float > lfe
std::vector< float > cs
std::vector< float > lcs
std::vector< float > rcs
std::vector< float > rls
std::vector< float > rrs

Detailed Description

Definition at line 105 of file freesurround.cpp.

Constructor & Destructor Documentation

buffers::buffers ( unsigned int  s)
inline

Definition at line 107 of file freesurround.cpp.

Member Function Documentation

void buffers::resize ( unsigned int  s)
inline

Definition at line 109 of file freesurround.cpp.

Referenced by VideoBuffers::AddBuffer(), and VideoBuffers::Init().

void buffers::clear ( void  )
inline

Definition at line 115 of file freesurround.cpp.

Referenced by CC608Buffer::Clear(), FreeSurround::flush(), and FreeSurround::open().

Member Data Documentation

std::vector<float> buffers::l

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::r

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::c

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::ls

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::rs

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::lfe

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::cs

Definition at line 121 of file freesurround.cpp.

std::vector<float> buffers::lcs

Definition at line 121 of file freesurround.cpp.

std::vector<float> buffers::rcs

Definition at line 121 of file freesurround.cpp.

std::vector<float> buffers::rls

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().

std::vector<float> buffers::rrs

Definition at line 121 of file freesurround.cpp.

Referenced by FreeSurround::putFrames(), and FreeSurround::receiveFrames().


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