Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
Stream | |
|
data StreamType Source #
Instances
FromJSON StreamType Source # | |
Defined in FFProbe.Data.Stream parseJSON :: Value -> Parser StreamType # parseJSONList :: Value -> Parser [StreamType] # | |
Show StreamType Source # | |
Defined in FFProbe.Data.Stream showsPrec :: Int -> StreamType -> ShowS # show :: StreamType -> String # showList :: [StreamType] -> ShowS # | |
Eq StreamType Source # | |
Defined in FFProbe.Data.Stream (==) :: StreamType -> StreamType -> Bool # (/=) :: StreamType -> StreamType -> Bool # |
isVideoStream :: Stream -> Bool Source #
isAudioStream :: Stream -> Bool Source #
isSubtitleStream :: Stream -> Bool Source #
isStreamOfType :: StreamType -> Stream -> Bool Source #
data StreamDisposition Source #
StreamDisposition | |
|
Instances
FromJSON StreamDisposition Source # | |
Defined in FFProbe.Data.Stream parseJSON :: Value -> Parser StreamDisposition # parseJSONList :: Value -> Parser [StreamDisposition] # |