Media_Variant - daneden/Twift GitHub Wiki

Media.Variant

public struct Variant: Codable 

Inheritance

Codable

Properties

bitRate

Bitrate of the media resource

public var bitRate: Int?

contentType

Type of media

public var contentType: String

url

URL to the media content

public var url: String