Change-Id: Ia7ad8c390545f25d7826768f839c93ff5954d465
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
* @brief Fills the media source based on the buffer and metadata.
*
* @since_tizen 2.4
+ * @remarks This function copy the buffer to internal memory of source.
+ * Make sure data_buffer is valid with buffer_size.
+ *
* @param [in,out] source The handle to the source
* @param [in] data_buffer The buffer of image data
* @param [in] buffer_size The buffer size
* @brief Gets timestamp from mv_source.
*
* @since_tizen 8.0
+ * @remarks This initializes the timestamp with zero if it is not set before.
* @param[in] source The handle to the source
* @param[out] timestamp The nano seconds(ns) timestamp
*