#include <mmf/common/midistandardcustomcommands.h>
Link against: midistandardcustomcommands.lib
class CMMFMidiEvent : public CBase |
Public Member Functions | |
---|---|
CMMFMidiEvent(TUid, TInt) | |
CMMFMidiEvent() | |
~CMMFMidiEvent() | |
IMPORT_C void | CopyL(const CMMFMidiEvent &) |
IMPORT_C void | ExternalizeL(RWriteStream &) |
IMPORT_C void | InternalizeL(RReadStream &) |
void | ZeroMembers() |
Describe a MIDI event. Contains a UID to define the actual event type, and an integer to define the event code.
TInt | iMetaDataEntryId |
Meta data entry. Client will retrieve meta data entry by calling GetMetaDataEntryL() using this TInt to indicate which meta data entry to retrieve.
IMPORT_C void | CopyL | ( | const CMMFMidiEvent & | aOther | ) |
Copies a MIDI event into this CMMFMidiEvent.
Parameters | |
---|---|
aOther | The CMMFMidiEvent to copy from. |
IMPORT_C void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalize the object to a stream. All the member variables will be written to the stream.
Parameters | |
---|---|
aStream | The write stream object. |
IMPORT_C void | InternalizeL | ( | RReadStream & | aStream | ) |
Internalize the object from a stream. All the member variables will be read from the stream.
Parameters | |
---|---|
aStream | The read stream object. |