MediaSource Class Reference
Constructor
- void MediaSource()
- void MediaSource(AbstractMediaStream stream)
- void MediaSource(DiscType discType, String deviceName)
- void MediaSource(QIODevice ioDevice)
- void MediaSource(AudioCaptureDevice device)
- void MediaSource(MediaSource rhs)
- void MediaSource(Phonon_ObjectDescription device)
- void MediaSource(String fileName)
- void MediaSource(QUrl url)
Constructor Properties
- prototype: The MediaSource prototype object
- Invalid = -1
- LocalFile
- Url
- Disc
- Stream
- CaptureDevice
- Empty
- Type( value )
Prototype Object Properties
- AudioCaptureDevice audioCaptureDevice()
- bool autoDelete()
- List deviceAccessList()
- String deviceName()
- DiscType discType()
- String fileName()
- bool operator_equal(MediaSource rhs)
- void setAutoDelete(bool enable)
- AbstractMediaStream stream()
- Type type()
- QUrl url()
- Phonon_ObjectDescription videoCaptureDevice()
Instance Properties
MediaSource objects have no special properties beyond those inherited from the MediaSource prototype object.