StreamFile

@JsonSerializable
data class StreamFile(val fileId: Int, val s3Location: S3Location)(source)

One file in a stream, addressed by a fileId of 0 to 255 which the device names when it asks for blocks. A stream carries 1 to 50 of these.

Constructors

Link copied to clipboard
constructor(fileId: Int, s3Location: S3Location)

Properties

Link copied to clipboard
val fileId: Int
Link copied to clipboard