mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
add track start time
Signed-off-by: y30025806 <yangjunhui10@huawei.com> Change-Id: Iae8638ba8a25919bf8a0f03844aea4f05f9a4203
This commit is contained in:
parent
06b081263f
commit
140992d7f9
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user