add track start time

Signed-off-by: y30025806 <yangjunhui10@huawei.com>
Change-Id: Iae8638ba8a25919bf8a0f03844aea4f05f9a4203
This commit is contained in:
y30025806 2024-08-13 14:46:30 +08:00
parent 06b081263f
commit 140992d7f9

View File

@ -940,7 +940,13 @@ extern const char *OH_MD_KEY_VIDEO_SAR;
* @since 12
*/
extern const char *OH_MD_KEY_START_TIME;
/**
* @brief Key for start time of track, value type is int64_t.
*
* @syscap SystemCapability.Multimedia.Media.CodecBase
* @since 12
*/
extern const char *OH_MD_KEY_TRACK_START_TIME;
/**
* @brief Media type.
*