Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Mpv.Data.MpvInfo
Documentation
Constructors
MpvInfo | |
Fields
|
Instances
class HasMpvInfo c where Source #
Minimal complete definition
Methods
mpvInfo :: Lens' c MpvInfo Source #
audio :: Lens' c AudioTracks Source #
audioDelay :: Lens' c AudioDelay Source #
duration :: Lens' c VideoDuration Source #
expired :: Lens' c VideoExpired Source #
playback :: Lens' c PlaybackState Source #
progress :: Lens' c VideoProgress Source #
subDelay :: Lens' c SubDelay Source #
Instances
HasMpvInfo MpvInfo Source # | |
Defined in Mpv.Data.MpvInfo Methods mpvInfo :: Lens' MpvInfo MpvInfo Source # audio :: Lens' MpvInfo AudioTracks Source # audioDelay :: Lens' MpvInfo AudioDelay Source # duration :: Lens' MpvInfo VideoDuration Source # expired :: Lens' MpvInfo VideoExpired Source # playback :: Lens' MpvInfo PlaybackState Source # progress :: Lens' MpvInfo VideoProgress Source # subDelay :: Lens' MpvInfo SubDelay Source # |