Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TranscodeMeta ¶
type TranscodeMeta struct { CrcHash string `json:"crc_hash"` Cmd string `json:"cmd"` Args []string `json:"args"` LastTranscodeDT string `json:"last_transcode_datetime"` }
func GetMeta ¶
func GetMeta(ep endpoint.Endpoint) (TranscodeMeta, error)
GetMeta retrieves the disk metadata for the given endpoint
Click to show internal directories.
Click to hide internal directories.