We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8a129 commit 375b1d3Copy full SHA for 375b1d3
1 file changed
thrift/src/main/thrift/atoms/media.thrift
@@ -65,6 +65,9 @@ struct Asset {
65
/** video only: width:height ratio of the video frame **/
66
7: optional string aspectRatio
67
8: optional i64 duration // seconds
68
+ /** video only: if a video has non-silent audio tracks **/
69
+ 9: optional bool hasAudio
70
+
71
}
72
73
struct PlutoData {
0 commit comments