| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.GstAudio.Interfaces.StreamVolume
Contents
Description
- newtype StreamVolume = StreamVolume (ForeignPtr StreamVolume)
- noStreamVolume :: Maybe StreamVolume
- class GObject o => StreamVolumeK o
- toStreamVolume :: StreamVolumeK o => o -> IO StreamVolume
- streamVolumeConvertVolume :: MonadIO m => StreamVolumeFormat -> StreamVolumeFormat -> Double -> m Double
- data StreamVolumeGetMuteMethodInfo
- streamVolumeGetMute :: (MonadIO m, StreamVolumeK a) => a -> m Bool
- data StreamVolumeGetVolumeMethodInfo
- streamVolumeGetVolume :: (MonadIO m, StreamVolumeK a) => a -> StreamVolumeFormat -> m Double
- data StreamVolumeSetMuteMethodInfo
- streamVolumeSetMute :: (MonadIO m, StreamVolumeK a) => a -> Bool -> m ()
- data StreamVolumeSetVolumeMethodInfo
- streamVolumeSetVolume :: (MonadIO m, StreamVolumeK a) => a -> StreamVolumeFormat -> Double -> m ()
- data StreamVolumeMutePropertyInfo
- constructStreamVolumeMute :: Bool -> IO ([Char], GValue)
- getStreamVolumeMute :: (MonadIO m, StreamVolumeK o) => o -> m Bool
- setStreamVolumeMute :: (MonadIO m, StreamVolumeK o) => o -> Bool -> m ()
- streamVolumeMute :: AttrLabelProxy "mute"
- data StreamVolumeVolumePropertyInfo
- constructStreamVolumeVolume :: Double -> IO ([Char], GValue)
- getStreamVolumeVolume :: (MonadIO m, StreamVolumeK o) => o -> m Double
- setStreamVolumeVolume :: (MonadIO m, StreamVolumeK o) => o -> Double -> m ()
- streamVolumeVolume :: AttrLabelProxy "volume"
Exported types
newtype StreamVolume Source
Constructors
| StreamVolume (ForeignPtr StreamVolume) |
Instances
| GObject StreamVolume Source | |
| ((~) * info (ResolveStreamVolumeMethod t StreamVolume), MethodInfo * info StreamVolume p) => IsLabelProxy t (StreamVolume -> p) Source | |
| type ParentTypes StreamVolume Source | |
| type AttributeList StreamVolume Source | |
| type SignalList StreamVolume Source |
class GObject o => StreamVolumeK o Source
Instances
| (GObject o, IsDescendantOf StreamVolume o) => StreamVolumeK o Source |
toStreamVolume :: StreamVolumeK o => o -> IO StreamVolume Source
Methods
streamVolumeConvertVolume
streamVolumeConvertVolume :: MonadIO m => StreamVolumeFormat -> StreamVolumeFormat -> Double -> m Double Source
streamVolumeGetMute
data StreamVolumeGetMuteMethodInfo Source
Instances
| ((~) * signature (m Bool), MonadIO m, StreamVolumeK a) => MethodInfo * StreamVolumeGetMuteMethodInfo a signature Source |
streamVolumeGetMute :: (MonadIO m, StreamVolumeK a) => a -> m Bool Source
streamVolumeGetVolume
data StreamVolumeGetVolumeMethodInfo Source
Instances
| ((~) * signature (StreamVolumeFormat -> m Double), MonadIO m, StreamVolumeK a) => MethodInfo * StreamVolumeGetVolumeMethodInfo a signature Source |
streamVolumeGetVolume :: (MonadIO m, StreamVolumeK a) => a -> StreamVolumeFormat -> m Double Source
streamVolumeSetMute
data StreamVolumeSetMuteMethodInfo Source
Instances
| ((~) * signature (Bool -> m ()), MonadIO m, StreamVolumeK a) => MethodInfo * StreamVolumeSetMuteMethodInfo a signature Source |
streamVolumeSetMute :: (MonadIO m, StreamVolumeK a) => a -> Bool -> m () Source
streamVolumeSetVolume
data StreamVolumeSetVolumeMethodInfo Source
Instances
| ((~) * signature (StreamVolumeFormat -> Double -> m ()), MonadIO m, StreamVolumeK a) => MethodInfo * StreamVolumeSetVolumeMethodInfo a signature Source |
streamVolumeSetVolume :: (MonadIO m, StreamVolumeK a) => a -> StreamVolumeFormat -> Double -> m () Source
Properties
Mute
data StreamVolumeMutePropertyInfo Source
Instances
| AttrInfo StreamVolumeMutePropertyInfo Source | |
| type AttrLabel StreamVolumeMutePropertyInfo = "mute" Source | |
| type AttrGetType StreamVolumeMutePropertyInfo = Bool Source | |
| type AttrBaseTypeConstraint StreamVolumeMutePropertyInfo = StreamVolumeK Source | |
| type AttrSetTypeConstraint StreamVolumeMutePropertyInfo = * ~ Bool Source | |
| type AttrAllowedOps StreamVolumeMutePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag))) Source |
getStreamVolumeMute :: (MonadIO m, StreamVolumeK o) => o -> m Bool Source
setStreamVolumeMute :: (MonadIO m, StreamVolumeK o) => o -> Bool -> m () Source
streamVolumeMute :: AttrLabelProxy "mute" Source
Volume
data StreamVolumeVolumePropertyInfo Source
Instances
getStreamVolumeVolume :: (MonadIO m, StreamVolumeK o) => o -> m Double Source
setStreamVolumeVolume :: (MonadIO m, StreamVolumeK o) => o -> Double -> m () Source
streamVolumeVolume :: AttrLabelProxy "volume" Source