package com.brentvatne.common.api /* * internal representation of audio & text tracks */ class VideoTrack { var width = 0 var height = 0 var bitrate = 0 var codecs = "" var index = -1 var trackId = "" var isSelected = false var rotation = 0 }