![JAR search and dependency download from the Maven repository](/logo.png)
com.hiczp.bilibili.api.player.model.BangumiPlayUrl.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bilibili-api Show documentation
Show all versions of bilibili-api Show documentation
Bilibili Android client API library for Kotlin
package com.hiczp.bilibili.api.player.model
import com.google.gson.annotations.SerializedName
data class BangumiPlayUrl(
@SerializedName("accept_description")
var acceptDescription: List,
@SerializedName("accept_format")
var acceptFormat: String, // hdflv2,flv,flv720,flv480,mp4
@SerializedName("accept_quality")
var acceptQuality: List,
@SerializedName("bp")
var bp: Int, // 0
@SerializedName("code")
var code: Int, // 0
@SerializedName("dash")
var dash: Dash,
@SerializedName("fnval")
var fnval: Int, // 16
@SerializedName("fnver")
var fnver: Int, // 0
@SerializedName("format")
var format: String, // flv480
@SerializedName("from")
var from: String, // local
@SerializedName("has_paid")
var hasPaid: Boolean, // false
@SerializedName("is_preview")
var isPreview: Int, // 0
@SerializedName("quality")
var quality: Int, // 32
@SerializedName("result")
var result: String, // suee
@SerializedName("seek_param")
var seekParam: String, // start
@SerializedName("seek_type")
var seekType: String, // offset
@SerializedName("status")
var status: Int, // 2
@SerializedName("timelength")
var timelength: Long, // 1420201
@SerializedName("video_codecid")
var videoCodecid: Int, // 7
@SerializedName("video_project")
var videoProject: Boolean, // true
@SerializedName("vip_status")
var vipStatus: Int, // 0
@SerializedName("vip_type")
var vipType: Int // 0
) {
data class Dash(
@SerializedName("audio")
var audio: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy