Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AFCP1Header ¶
type AFCP1Header struct {
Format string `json:"format"`
ManifestID string `json:"manifest_id"`
Type string `json:"type"`
CreatedAt string `json:"created_at"`
Nonce string `json:"nonce"`
PayloadFormat string `json:"payload_format"`
}
func DecryptAFCP1ToDir ¶
func DecryptAFCP1ToDir(afcpPath string, destDir string, contentKey []byte) (*AFCP1Header, error)
Click to show internal directories.
Click to hide internal directories.