Stream

class Stream

Describes a group of files that can be streamed.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileId: Int?

The ID of a file associated with a stream.

Link copied to clipboard

The stream ID.

Functions

Link copied to clipboard
inline fun copy(block: Stream.Builder.() -> Unit = {}): Stream
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String