Package com.ntt.skyway.core.content

Types

Link copied to clipboard
data class Codec(mimeType: String, parameters: Codec.Parameters)

コーデック。

Link copied to clipboard
data class Encoding(id: String?, maxBitrate: Int?, scaleResolutionDownBy: Double?, maxFramerate: Double?)

エンコード設定。

Link copied to clipboard
abstract class Stream(id: String, nativePointer: Long)
Link copied to clipboard
data class WebRTCStats(reports: List<WebRTCStatsReport>)
Link copied to clipboard
data class WebRTCStatsReport(id: String, type: String, params: Map<String, JsonElement>)