#include <media_session.h>
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. | |
|
|
Total duration of the given media file.
|
|
|
Identifies the cause of the event.
|
|
|
Identifies the event that ocurred.
|
|
|
Current recording or playback position given in nanoseconds.
|
|
|
The session's unique identifier.
|
|
|
This is the estimated total time for a recording session.
|
|
|
Current destination file size which has been recorded.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.