toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
      "audioGroupId": audioGroupId,
      "averageBandwidth": averageBandwidth,
      "bandwidth": bandwidth,
      "closedCaptionsGroupId": closedCaptionsGroupId,
      "codecs": codecs,
      "frameRate": frameRate,
      "hdcpLevel": hdcpLevel,
      "programId": programId,
      "resolution": resolution,
      "subtitleGroupId": subtitleGroupId,
      "videoGroupId": videoGroupId,
      "uri": uri,
    };