import "41.neocities.org/playReady/header"
type Header struct { PSSHBox *ProtectionSystemHeaderBox Record *PlayReadyRecord Object *PlayReadyObject WrmHeader *WrmHeader }
func (p *PlayReadyObject) Decode(data []byte) bool
func (p *PlayReadyRecord) Decode(data []byte) bool
type ProtectionSystemHeaderBox struct { Size uint32 Type [4]byte Version uint8 Flags [3]byte SystemId license.Guid KeyIdCount uint32 KeyIds []license.Guid Length uint32 Data []byte }
func (p *ProtectionSystemHeaderBox) Decode(data []byte)