Mixxx

EngineAbstractRecord Class Reference

#include <engineabstractrecord.h>

Inheritance diagram for EngineAbstractRecord:
Collaboration diagram for EngineAbstractRecord:

List of all members.

Public Member Functions

virtual void write (unsigned char *header, unsigned char *body, int headerLen, int bodyLen)=0

Detailed Description

Definition at line 22 of file engineabstractrecord.h.


Member Function Documentation

virtual void EngineAbstractRecord::write ( unsigned char *  header,
unsigned char *  body,
int  headerLen,
int  bodyLen 
) [pure virtual]

writes to encoded audio to a stream, e.g., a file stream or shoutcast stream

Implemented in EngineShoutcast, and EngineRecord.

Here is the caller graph for this function:


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines