VideoMetadata interface

說明輸入的影片內容。

簽名:

export interface VideoMetadata 

屬性

屬性 類型 說明
endOffset 字串 以 protobuf Duration 格式表示的影片結束偏移。
startOffset 字串 影片開始偏移,格式為 protobuf Duration

影片中繼資料.endOffset

以 protobuf Duration 格式表示的影片結束偏移。

簽名:

endOffset: string;

影片中繼資料.startOffset

影片開始偏移,格式為 protobuf Duration

簽名:

startOffset: string;