Functions | |
| alp_status_t | alp_media_property_get (int32_t id, AlpMMPropertyType propertyType, int32_t propertyKey, AlpMMPropertyCode properytyCode, void *outValue, int32_t *ioLength) |
| Returns the value of an object item property. | |
| alp_status_t | alp_media_property_set (int32_t id, int32_t propertyKey, AlpMMPropertyCode propertyCode, void *value, int32_t *length) |
| Sets an object item property value. | |
| alp_status_t | alp_media_session_add_dest (AlpMMSessionID session, const char *destURL, AlpMMDestID *outDest) |
| Adds a data destination to the session. | |
| alp_status_t | alp_media_session_add_source (AlpMMSessionID session, AlpMMSourceType type, const void *sourceURL, AlpMMSourceID *outSource) |
| Adds a data source to the session. | |
| alp_status_t | alp_media_session_control (AlpMMSessionID session, AlpMMSessionControlOpcode sessionCtl) |
| Sends control opcodes to the movie server for playback, record, capture, and preview. | |
| alp_status_t | alp_media_session_create (AlpMMSessionClassID sessionClass, AlpMMSessionID *outSession) |
| create a new session. | |
| alp_status_t | alp_media_session_destroy (AlpMMSessionID session) |
| Destroy a session created by alp_media_session_created(). | |
| alp_status_t | alp_media_session_finalize (AlpMMSessionID session) |
| Finalize the set of tracks for this session. | |
| alp_status_t | alp_media_session_get_state (AlpMMSessionID session, AlpMMSessionState *outState) |
| Returns the current state of a session. | |
| alp_status_t | alp_media_session_gst_init () |
| Initialize the Gstreamer. | |
| alp_status_t | alp_media_session_play_tone (unsigned short amplitude, unsigned short duration, unsigned short freq, const char *streamtype) |
| Play tone. | |
| alp_status_t | alp_media_session_register_callback (AlpMMSessionID session, AlpMMSessionCallbackFn callback, void *userdata) |
| Registers a callback function to monitor this session by handling events. | |
| alp_status_t | alp_media_session_register_grab_callback (AlpMMSessionID session, AlpMMSessionGrabCallbackFn callback, void *userdata) |
| Registers a callback function to grab a buffer of data. | |
| alp_status_t | alp_media_session_remove_all (AlpMMSessionID session) |
| Removes from a session all sources, destinations, and the tracks that connect them. | |
| alp_status_t | alp_media_session_seek (AlpMMSessionID session, AlpMMSessionSeekOrigin origin, int64_t position) |
| Seeks to a different location in the current session. | |
| alp_status_t | alp_media_session_seek_full (AlpMMSessionID session, AlpMMSessionSeekOrigin origin, int64_t position, int64_t play_duration, double rate, int is_Accurate) |
| Seeks to a new current position and play a duration you want in the current session, also can set new playback rate. | |
| alp_status_t | alp_media_session_syssnd_init () |
| Init for play system sound. | |
| alp_status_t | alp_media_session_syssnd_play (const char *sound, const char *streamtype, int volume) |
| Play system sound defined by Global Setting use system sound method. | |
| alp_status_t | alp_media_session_syssnd_play_file (char *filename, const char *streamtype, int volume) |
| Play a sound file use system sound method. | |
|
||||||||||||||||||||||||||||
|
Returns the value of an object item property.
|
|
||||||||||||||||||||||||
|
Sets an object item property value.
|
|
||||||||||||||||
|
Adds a data destination to the session.
|
|
||||||||||||||||||||
|
Adds a data source to the session.
|
|
||||||||||||
|
Sends control opcodes to the movie server for playback, record, capture, and preview.
|
|
||||||||||||
|
create a new session.
|
|
|
Destroy a session created by alp_media_session_created().
|
|
|
Finalize the set of tracks for this session.
|
|
||||||||||||
|
Returns the current state of a session.
|
|
|
Initialize the Gstreamer.
|
|
||||||||||||||||||||
|
Play tone.
|
|
||||||||||||||||
|
Registers a callback function to monitor this session by handling events.
|
|
||||||||||||||||
|
Registers a callback function to grab a buffer of data.
|
|
|
Removes from a session all sources, destinations, and the tracks that connect them.
|
|
||||||||||||||||
|
Seeks to a different location in the current session.
|
|
||||||||||||||||||||||||||||
|
Seeks to a new current position and play a duration you want in the current session, also can set new playback rate.
|
|
|
Init for play system sound.
|
|
||||||||||||||||
|
Play system sound defined by Global Setting use system sound method.
|
|
||||||||||||||||
|
Play a sound file use system sound method.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.