class V4LTuner

Interface for Video4Linux tuners. More...

Definition#include <v4ldev.h>
InheritsV4LDev [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Interface for Video4Linux tuners.

 ~V4LTuner ()

~V4LTuner

int  grab (QPixmap& buffer, bool mirror = false, bool scale = true)

grab

[virtual]

Reimplemented from V4LDev.

int  setFreq (unsigned long freq)

setFreq

[virtual]

Reimplemented from V4LDev.

int  signal ()

signal

[const virtual]

Reimplemented from V4LDev.

int  setSource (const QString &source)

setSource

[virtual]

Reimplemented from V4LDev.

int  setTunerMode (int x)

setTunerMode

[virtual]

Reimplemented from V4LDev.

int  tunerMode ()

tunerMode

[const virtual]

Reimplemented from V4LDev.

 V4LTuner (int fd, const QString &name, int channels, int type, int minw, int minh, int maxw, int maxh)

V4LTuner

[protected]