Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct { filesystem.FileItem Streams []Stream `json:"streams"` Format Format `json:"format"` }
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
type Stream ¶
type Stream struct { CodecName string `json:"codec_name"` CodecType string `json:"codec_type"` Width uint `json:"width"` Height uint `json:"height"` SampleRate integerString `json:"sample_rate"` Channels uint `json:"channels"` Disposition struct { Default int `json:"default"` } `json:"disposition"` }
Click to show internal directories.
Click to hide internal directories.