_AlpMMSessionEvent Struct Reference
[Structures]

#include <media_session.h>


Detailed Description

Defines a notification that an event has occurred.

This structure defines the parameter block for the playback or recording session and an event for the AlpMMSessionCallbackFn() callback function.


Data Fields

int64_t duration
 Total duration of the given media file.
int32_t event_cause
 Identifies the cause of the event.
AlpMMEvent event_code
 Identifies the event that ocurred.
int64_t position
 Current recording or playback position given in nanoseconds.
AlpMMSessionID session_ref
 The session's unique identifier.
int64_t total_estimated_time
 This is the estimated total time for a recording session.
int64_t total_recorded_size
 Current destination file size which has been recorded.


Field Documentation

int64_t duration
 

Total duration of the given media file.

int32_t event_cause
 

Identifies the cause of the event.

AlpMMEvent event_code
 

Identifies the event that ocurred.

int64_t position
 

Current recording or playback position given in nanoseconds.

AlpMMSessionID session_ref
 

The session's unique identifier.

int64_t total_estimated_time
 

This is the estimated total time for a recording session.

int64_t total_recorded_size
 

Current destination file size which has been recorded.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.