* @brief Sets container MIME type of media format.
* @since_tizen 3.0
* @param[in] fmt The #media_format_h to set
- * @param[in] mimetype The #media_format_mimetype_e, ex) #MEDIA_FORMAT_MP4
+ * @param[in] mimetype The #media_format_mimetype_e, ex) #MEDIA_FORMAT_CONTAINER_MP4
*
* @return @c 0 on success,
* otherwise a negative error value
int media_packet_create_from_external_memory(media_format_h fmt, void *mem_ptr, uint64_t size, media_packet_finalize_cb fcb, void *fcb_data, media_packet_h * packet);
/**
- * @brief Gets #media_format_h of media packet
+ * @brief Gets #media_format_h of media packet.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @param[in] packet The media packet handle
int media_packet_get_format(media_packet_h packet, media_format_h * fmt);
/**
- * @brief Sets #media_format_h of media packet
+ * @brief Sets #media_format_h of media packet.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @param[in] packet The media packet handle
int media_packet_get_pts(media_packet_h packet, uint64_t * pts);
/**
- * @brief Gets DTS of media packet
+ * @brief Gets DTS of media packet.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @param[in] packet The media packet handle
* @since_tizen 3.0
*
* @param[in] packet The media packet handle
- * @param[out] flags The media_buffer_flags_e of media packet to get
+ * @param[out] flags The #media_buffer_flags_e of media packet to get
*
* @return @c 0 on success,
* otherwise a negative error value
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @param[in] packet The media packet handle
- * @param[in] flags The media_buffer_flags_e of media packet to set
+ * @param[in] flags The #media_buffer_flags_e of media packet to set
*
* @return @c 0 on success,
* otherwise a negative error value
int media_packet_set_flags(media_packet_h packet, media_buffer_flags_e flags);
/**
- * @brief Unsets media_buffer_flags_e of media packet.
+ * @brief Unsets #media_buffer_flags_e of media packet.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
*
* @param[in] packet The media packet handle