Remove codes related to session backward compatibility
[platform/core/multimedia/libmm-camcorder.git] / src / include / mm_camcorder_attribute.h
index c28ada7..87afe27 100644 (file)
@@ -179,7 +179,7 @@ typedef enum {
        MM_CAM_ENCODED_PREVIEW_GOP_INTERVAL,
        MM_CAM_RECORDER_TAG_ENABLE,
        MM_CAM_DISPLAY_SOCKET_PATH,
-       MM_CAM_PID_FOR_SOUND_FOCUS,
+       MM_CAM_CLIENT_PID,
        MM_CAM_ROOT_DIRECTORY,
        MM_CAM_SOUND_STREAM_INDEX,
        MM_CAM_SOUND_STREAM_TYPE,
@@ -387,7 +387,6 @@ bool _mmcamcorder_commit_camera_flip(MMHandleType handle, int attr_idx, const mm
 bool _mmcamcorder_commit_camera_hdr_capture(MMHandleType handle, int attr_idx, const mmf_value_t *value);
 bool _mmcamcorder_commit_encoded_preview_bitrate(MMHandleType handle, int attr_idx, const mmf_value_t *value);
 bool _mmcamcorder_commit_encoded_preview_gop_interval(MMHandleType handle, int attr_idx, const mmf_value_t *value);
-bool _mmcamcorder_commit_pid_for_sound_focus(MMHandleType handle, int attr_idx, const mmf_value_t *value);
 bool _mmcamcorder_commit_sound_stream_info(MMHandleType handle, int attr_idx, const mmf_value_t *value);
 bool _mmcamcorder_commit_tag(MMHandleType handle, int attr_idx, const mmf_value_t *value);
 bool _mmcamcorder_commit_audio_replay_gain(MMHandleType handle, int attr_idx, const mmf_value_t *value);