OBJECT

VideoMuteInfo

Details about automatic mutes applied to this video.

link GraphQL Schema definition

1type VideoMuteInfo {
2
3# List of segments muted.
4mutedSegmentConnection: VideoMutedSegmentConnection
5
6# List of tracks that are flagged for copyrighted music.
7tracks: [FlaggedTrack!]
8
9}

link Required by