Skip to content

Commit 375b1d3

Browse files
committed
Add hasAudio field to media asset type for audio track indication
1 parent ca8a129 commit 375b1d3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

thrift/src/main/thrift/atoms/media.thrift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ struct Asset {
6565
/** video only: width:height ratio of the video frame **/
6666
7: optional string aspectRatio
6767
8: optional i64 duration // seconds
68+
/** video only: if a video has non-silent audio tracks **/
69+
9: optional bool hasAudio
70+
6871
}
6972

7073
struct PlutoData {

0 commit comments

Comments
 (0)