import "41.neocities.org/media/roku"
func (a *AccountToken) Activation() (Byte[Activation], error)
func (a *AccountToken) Code(act *Activation) (Byte[Code], error)
func (a *AccountToken) Unmarshal(data Byte[AccountToken]) error
func (a *Activation) String() string
func (a *Activation) Unmarshal(data Byte[Activation]) error
func (c *Code) AccountToken() (Byte[AccountToken], error)
code can be nil
type Playback struct {
Drm struct {
Widevine struct {
LicenseServer string
}
}
Url string // MPD
}