Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
FFProbe.Data.Stream
Documentation
Constructors
Stream | |
Fields
|
data StreamType Source #
Constructors
VideoStream | |
AudioStream | |
SubtitleStream | |
DataStream | |
Attachment | |
Other String |
Instances
FromJSON StreamType Source # | |
Defined in FFProbe.Data.Stream | |
Show StreamType Source # | |
Defined in FFProbe.Data.Stream Methods showsPrec :: Int -> StreamType -> ShowS # show :: StreamType -> String # showList :: [StreamType] -> ShowS # | |
Eq StreamType Source # | |
Defined in FFProbe.Data.Stream |
isVideoStream :: Stream -> Bool Source #
isAudioStream :: Stream -> Bool Source #
isSubtitleStream :: Stream -> Bool Source #
isStreamOfType :: StreamType -> Stream -> Bool Source #
data StreamDisposition Source #
Constructors
StreamDisposition | |
Fields
|
Instances
FromJSON StreamDisposition Source # | |
Defined in FFProbe.Data.Stream Methods parseJSON :: Value -> Parser StreamDisposition # parseJSONList :: Value -> Parser [StreamDisposition] # |