FFProbe.Data.Format
data Format Source #
Constructors
Fields
Duration in seconds
Size of the file, in bytes
The aeson object for the entire JSON received from ffprobe.
Defined in FFProbe.Data.Format
Methods
parseJSON :: Value -> Parser Format #
parseJSONList :: Value -> Parser [Format] #
getTags :: Format -> TagList Source #