//Callbacks
-
/**
* @function MediaeditorStateChangedCB
* @parameter mediaeditor_state_e previous, mediaeditor_state_e current, void *user_data
-* @return NA
+* @return NA
*/
static void MediaeditorStateChangedCB(mediaeditor_state_e previous, mediaeditor_state_e current, void *user_data)
{
/**
* @function MediaeditorLayerPriorityChangedCB
* @parameter mediaeditor_layer_info_s *layer_infos, unsigned int size, void *user_data
-* @return NA
+* @return NA
*/
static void MediaeditorLayerPriorityChangedCB(mediaeditor_layer_info_s *layer_infos, unsigned int size, void *user_data)
{
/**
* @function MediaeditorProjectLoadedCB
* @parameter void *user_data
-* @return NA
+* @return NA
*/
static void MediaeditorProjectLoadedCB(void *user_data)
{
/**
* @function MediaeditorErrorCB
* @parameter mediaeditor_error_e error, mediaeditor_state_e state, void *user_data
-* @return NA
+* @return NA
*/
static void MediaeditorErrorCB(mediaeditor_error_e error, mediaeditor_state_e state, void *user_data)
{
/**
* @function MediaeditorRenderCompletedCB
* @parameter void *user_data
-* @return NA
+* @return NA
*/
static void MediaeditorRenderCompletedCB(void *user_data)
{
* @function ITs_mediaeditor_startup
* @description Called before each test
* @parameter NA
- * @return NA
+ * @return NA
*/
void ITs_mediaeditor_startup(void)
{
* @function ITs_mediaeditor_cleanup
* @description Called after each test
* @parameter NA
- * @return NA
+ * @return NA
*/
void ITs_mediaeditor_cleanup(void)
{
/**
* @testcase ITc_mediaeditor_create_destroy_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Creates and Destroy an instance of MediaEditor
-* @scenario Creates and Destroy an instance of MediaEditor
+* @scenario Creates and Destroy an instance of MediaEditor
* @apicovered mediaeditor_create, mediaeditor_create
-* @passcase If mediaeditor_create, mediaeditor_create is successful
+* @passcase If mediaeditor_create, mediaeditor_create is successful
* @failcase If mediaeditor_create Or mediaeditor_create fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_display_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set display for media
-* @scenario Set display for media
+* @scenario Set display for media
* @apicovered mediaeditor_set_display
-* @passcase If mediaeditor_set_display is successful
+* @passcase If mediaeditor_set_display is successful
* @failcase If mediaeditor_set_display fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_get_state_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Get instance
-* @scenario Get instance
+* @scenario Get instance
* @apicovered mediaeditor_get_state
-* @passcase If mediaeditor_get_state is successful
+* @passcase If mediaeditor_get_state is successful
* @failcase If mediaeditor_get_state fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_add_remove_layer_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Add and remove a layer
-* @scenario Add and remove a layer
+* @scenario Add and remove a layer
* @apicovered mediaeditor_add_layer and mediaeditor_remove_layer
-* @passcase If mediaeditor_add_layer, mediaeditor_add_layer is successful
+* @passcase If mediaeditor_add_layer, mediaeditor_add_layer is successful
* @failcase If mediaeditor_add_layer Or mediaeditor_add_layer fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_move_layer_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Move a layer's priority
-* @scenario Move a layer's priority
+* @scenario Move a layer's priority
* @apicovered mediaeditor_add_layer and mediaeditor_move_layer
-* @passcase If mediaeditor_add_layer and mediaeditor_move_layer is successful
+* @passcase If mediaeditor_add_layer and mediaeditor_move_layer is successful
* @failcase If mediaeditor_add_layer Or mediaeditor_move_layer fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_activate_deactivate_layer_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Activate and Deactivate layer
-* @scenario Activate and Deactivate layer
+* @scenario Activate and Deactivate layer
* @apicovered mediaeditor_add_layer, mediaeditor_activate_layer and mediaeditor_deactivate_layer
-* @passcase If all pre condition APIs and mediaeditor_deactivate_layer is successful
+* @passcase If all pre condition APIs and mediaeditor_deactivate_layer is successful
* @failcase If all pre condition APIs Or mediaeditor_deactivate_layer is successful
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_get_layer_priority_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Get Layer Priority
-* @scenario Add layer and Get Layer Priority
+* @scenario Add layer and Get Layer Priority
* @apicovered mediaeditor_add_layer and mediaeditor_get_layer_priority
-* @passcase If mediaeditor_add_layer and mediaeditor_get_layer_priority is successful
+* @passcase If mediaeditor_add_layer and mediaeditor_get_layer_priority is successful
* @failcase If mediaeditor_add_layer Or mediaeditor_get_layer_priority fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_get_layer_lowest_priority_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Gets the lowest priority of all layers
-* @scenario Add layers and Gets the lowest priority of all layers
+* @scenario Add layers and Gets the lowest priority of all layers
* @apicovered mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority
-* @passcase If mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority is successful
+* @passcase If mediaeditor_add_layer, mediaeditor_get_layer_lowest_priority is successful
* @failcase If mediaeditor_add_layer Or mediaeditor_get_layer_lowest_priority fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_get_layer_id_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Gets the layer ID of layer
-* @scenario Add layer and Gets the layer ID of layer
+* @scenario Add layer and Gets the layer ID of layer
* @apicovered mediaeditor_add_layer and mediaeditor_get_layer_id
-* @passcase If mediaeditor_add_layer and mediaeditor_get_layer_id is successful
+* @passcase If mediaeditor_add_layer and mediaeditor_get_layer_id is successful
* @failcase If mediaeditor_add_layer Or mediaeditor_get_layer_id fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_add_remove_clip_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Add layer and Add and remove a clip on timeline
-* @scenario Add layer and Add and remove a clip on timeline
+* @scenario Add layer and Add and remove a clip on timeline
* @apicovered mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip
-* @passcase If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip is successful
+* @passcase If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_remove_clip is successful
* @failcase If mediaeditor_add_layer, mediaeditor_add_clip Or mediaeditor_remove_clip fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_split_clip_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Split the clip
-* @scenario add layer and clip, then Split the clip
+* @scenario add layer and clip, then Split the clip
* @apicovered mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip
-* @passcase If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip is successful
+* @passcase If mediaeditor_add_layer, mediaeditor_add_clip and mediaeditor_split_clip is successful
* @failcase If mediaeditor_add_layer, mediaeditor_add_clip Or mediaeditor_split_clip fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_group_ungroup_clip_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Group and ungroup a clip
-* @scenario Group and ungroup a clip
+* @scenario Group and ungroup a clip
* @apicovered mediaeditor_group_clip and mediaeditor_ungroup_clip
-* @passcase If mediaeditor_group_clip and mediaeditor_ungroup_clip is successful
+* @passcase If mediaeditor_group_clip and mediaeditor_ungroup_clip is successful
* @failcase If mediaeditor_group_clip Or mediaeditor_ungroup_clip fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_move_clip_layer_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Move Clip Layer
-* @scenario Move Clip Layer
-* @apicovered mediaeditor_move_clip_layer
-* @passcase If pre condition and mediaeditor_move_clip_layer is successful
+* @scenario Move Clip Layer
+* @apicovered mediaeditor_move_clip_layer
+* @passcase If pre condition and mediaeditor_move_clip_layer is successful
* @failcase If pre condition Or mediaeditor_move_clip_layer fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_start_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and Get Clip from start
-* @scenario Set and Get Clip from start
+* @scenario Set and Get Clip from start
* @apicovered mediaeditor_set_clip_start, mediaeditor_get_clip_start
-* @passcase If mediaeditor_set_clip_start and mediaeditor_get_clip_start is successful
+* @passcase If mediaeditor_set_clip_start and mediaeditor_get_clip_start is successful
* @failcase If mediaeditor_set_clip_start Or mediaeditor_get_clip_start is successful fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_duration_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and get clip duration
-* @scenario Set and get clip duration
+* @scenario Set and get clip duration
* @apicovered mediaeditor_set_clip_duration and mediaeditor_get_clip_duration
-* @passcase If mediaeditor_set_clip_duration and mediaeditor_get_clip_duration is pass
+* @passcase If mediaeditor_set_clip_duration and mediaeditor_get_clip_duration is pass
* @failcase If mediaeditor_set_clip_duration Or mediaeditor_get_clip_duration fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_in_point_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and get clip in point
-* @scenario Set and get clip in point
+* @scenario Set and get clip in point
* @apicovered mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point
-* @passcase If mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point is successful
+* @passcase If mediaeditor_set_clip_in_point and mediaeditor_get_clip_in_point is successful
* @failcase If mediaeditor_set_clip_in_point Or mediaeditor_get_clip_in_point fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_resolution_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and get clip resolution
-* @scenario Set and get clip resolution
+* @scenario Set and get clip resolution
* @apicovered mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution
-* @passcase If mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution is successful
+* @passcase If mediaeditor_set_clip_resolution and mediaeditor_set_clip_resolution is successful
* @failcase If mediaeditor_set_clip_resolution Or mediaeditor_set_clip_resolution fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_volume_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and Get clip volume
-* @scenario Set and Get clip volume
+* @scenario Set and Get clip volume
* @apicovered mediaeditor_set_clip_volume and mediaeditor_get_clip_volume
-* @passcase If mediaeditor_set_clip_volume and mediaeditor_get_clip_volume is successful
+* @passcase If mediaeditor_set_clip_volume and mediaeditor_get_clip_volume is successful
* @failcase If mediaeditor_set_clip_volume Or mediaeditor_get_clip_volume fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_add_transition_p
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Add transition
-* @scenario Add transition
+* @scenario Add transition
* @apicovered mediaeditor_add_transition
-* @passcase If mediaeditor_add_transition is successful
+* @passcase If mediaeditor_add_transition is successful
* @failcase If mediaeditor_add_transition fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_add_remove_effect_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Creates and Destroy an instance of MediaEditor
-* @scenario Creates and Destroy an instance of MediaEditor
+* @scenario Creates and Destroy an instance of MediaEditor
* @apicovered mediaeditor_create,webrtc_destroy
-* @passcase If webrtc_create,webrtc_destroy is successful
+* @passcase If webrtc_create,webrtc_destroy is successful
* @failcase If webrtc_create,webrtc_destroy fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_create_save_project_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Creates a project to given path and save current editing information
-* @scenario Creates a project to given path and save current editing information
+* @scenario Creates a project to given path and save current editing information
* @apicovered mediaeditor_create_project and mediaeditor_save_project
-* @passcase If mediaeditor_create_project and mediaeditor_save_project pass
+* @passcase If mediaeditor_create_project and mediaeditor_save_project pass
* @failcase If mediaeditor_create_project Or mediaeditor_save_project fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_load_project_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Loads a project from a path
-* @scenario Loads a project from a path
+* @scenario Loads a project from a path
* @apicovered mediaeditor_load_project
-* @passcase If mediaeditor_load_project pass
+* @passcase If mediaeditor_load_project pass
* @failcase If mediaeditor_load_project fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_start_stop_preview_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Start and Stop preview
-* @scenario Start and Stop preview, Check callback hit for start preview
+* @scenario Start and Stop preview, Check callback hit for start preview
* @apicovered mediaeditor_set_state_changed_cb, mediaeditor_add_layer, mediaeditor_add_clip mediaeditor_start_preview and mediaeditor_stop_preview
-* @passcase If all precondition APIs, mediaeditor_start_preview and mediaeditor_stop_preview pass.
+* @passcase If all precondition APIs, mediaeditor_start_preview and mediaeditor_stop_preview pass.
* @failcase If mediaeditor_start_preview, mediaeditor_stop_preview Or any pre condition API fails
* @precondition mediaeditor_add_layer and mediaeditor_add_clip
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_unset_state_changed_cb_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and Unset state changed callback
-* @scenario Set and Unset state changed callback
+* @scenario Set and Unset state changed callback
* @apicovered mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb
-* @passcase If mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb API pass
+* @passcase If mediaeditor_set_state_changed_cb and mediaeditor_unset_state_changed_cb API pass
* @failcase If mediaeditor_set_state_changed_cb or mediaeditor_unset_state_changed_cb fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_unset_error_cb_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Set and Unset error callback
-* @scenario Set and Unset error callback
+* @scenario Set and Unset error callback
* @apicovered mediaeditor_set_error_cb and mediaeditor_unset_error_cb
-* @passcase If mediaeditor_set_error_cb and mediaeditor_unset_error_cb API pass
+* @passcase If mediaeditor_set_error_cb and mediaeditor_unset_error_cb API pass
* @failcase If mediaeditor_set_error_cb or mediaeditor_unset_error_cb fails
* @precondition NA
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_unset_layer_priority_changed_cb_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description set and unset layer priority
-* @scenario set layer priority and check callback hit, uset layer priority
+* @scenario set layer priority and check callback hit, uset layer priority
* @apicovered mediaeditor_add_layer, mediaeditor_set_layer_priority_changed_cb, mediaeditor_move_layer and mediaeditor_unset_layer_priority_changed_cb
-* @passcase If all precondition APIs, mediaeditor_set_layer_priority_changed_cb and mediaeditor_unset_layer_priority_changed_cb pass and callback is hit
+* @passcase If all precondition APIs, mediaeditor_set_layer_priority_changed_cb and mediaeditor_unset_layer_priority_changed_cb pass and callback is hit
* @failcase If mediaeditor_set_layer_priority_changed_cb, mediaeditor_unset_layer_priority_changed_cb Or any pre condition API fails
* @precondition mediaeditor_add_layer and mediaeditor_move_layer
* @postcondition NA
/**
* @testcase ITc_mediaeditor_start_cancel_render_p(void)
* @since_tizen 7.0
-* @author SRID(ankit.sri1)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(ankit.sri1)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description Start and Cancel rendering
-* @scenario Start and check render callback, Cancel rendering
+* @scenario Start and check render callback, Cancel rendering
* @apicovered mediaeditor_add_layer, mediaeditor_add_clip, mediaeditor_start_render and mediaeditor_cancel_render
-* @passcase If all precondition APIs, mediaeditor_start_render and mediaeditor_cancel_render pass.
+* @passcase If all precondition APIs, mediaeditor_start_render and mediaeditor_cancel_render pass.
* @failcase If mediaeditor_start_render, mediaeditor_cancel_render Or any pre condition API fails
* @precondition mediaeditor_add_layer and mediaeditor_add_clip
* @postcondition NA
/**
* @testcase ITc_mediaeditor_set_get_clip_position_p(void)
* @since_tizen 7.0
-* @author SRID(p.jangid)
-* @reviewer SRID(shobhit.v)
-* @type auto
+* @author SRID(p.jangid)
+* @reviewer SRID(shobhit.v)
+* @type auto
* @description check set_clip_position & get_clip_position API's
-* @scenario check set_clip_position & get_clip_position API's
+* @scenario check set_clip_position & get_clip_position API's
* @apicovered mediaeditor_add_layer, mediaeditor_add_clip, mediaeditor_get_state, mediaeditor_set_clip_position, mediaeditor_get_clip_position
-* @passcase If all precondition APIs, mediaeditor_set_clip_position, mediaeditor_get_clip_position pass.
+* @passcase If all precondition APIs, mediaeditor_set_clip_position, mediaeditor_get_clip_position pass.
* @failcase If mediaeditor_set_clip_position, mediaeditor_get_clip_position Or any pre condition API fails
* @precondition mediaeditor_add_layer and mediaeditor_add_clip
* @postcondition NA