**files** | [**kotlin.Array<VideoFile>**](VideoFile.md) | WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property | [optional]
**files** | [**kotlin.Array<VideoFile>**](VideoFile.md) | WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property | [optional]
**files** | [**kotlin.Array<VideoFile>**](VideoFile.md) | Video files associated to this playlist. The difference with the root \"files\" property is that these files are fragmented, so they can be used in this streaming playlist (HLS etc) | [optional]
* @param support A text tell the audience how to support the video creator
* @param tags
* @param files
* @param files WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property
* @param commentsEnabled
* @param downloadEnabled
* @param trackerUrls
...
...
@@ -132,6 +132,7 @@ data class VideoDetails (
valsupport:kotlin.String?=null,
@Json(name="tags")
valtags:kotlin.Array<kotlin.String>?=null,
/* WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property */
* @param files WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property
* @param commentsEnabled
* @param downloadEnabled
* @param trackerUrls
...
...
@@ -43,6 +43,7 @@ data class VideoDetailsAllOf (
valaccount:Account?=null,
@Json(name="tags")
valtags:kotlin.Array<kotlin.String>?=null,
/* WebTorrent/raw video files. Can be empty if WebTorrent is disabled on the server. In this case, video files will be in the \"streamingPlaylists[].files\" property */
* @param files Video files associated to this playlist. The difference with the root \"files\" property is that these files are fragmented, so they can be used in this streaming playlist (HLS etc)
* @param redundancies
*/
...
...
@@ -35,6 +35,7 @@ data class VideoStreamingPlaylists (
valplaylistUrl:kotlin.String?=null,
@Json(name="segmentsSha256Url")
valsegmentsSha256Url:kotlin.String?=null,
/* Video files associated to this playlist. The difference with the root \"files\" property is that these files are fragmented, so they can be used in this streaming playlist (HLS etc) */