|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.humatic.dsj.sbe.StreamBufferSource
public class StreamBufferSource
Base class for the StreamBufferEngine's sink part.
dsj uses a different terminology here than DirectShow, where Source refers to
the display part of the engine.
| Field Summary | |
|---|---|
static int |
SB_SRC_BDA
StreamBufferSource types |
static int |
SB_SRC_CAPTURE
StreamBufferSource types |
static int |
SB_SRC_FILE
StreamBufferSource types |
static int |
SRC_RATE
Source controls |
static int |
SRC_TIME
Source controls |
| Constructor Summary | |
|---|---|
StreamBufferSource()
|
|
| Method Summary | |
|---|---|
void |
controlSource(int parameter,
int value)
|
java.lang.Object |
getControls()
|
DSFilterInfo[] |
getDeviceInfos()
|
DSFilterInfo |
getInfo()
|
int |
getSrcFlags()
|
int[] |
getSrcParameters()
|
int |
getType()
|
void |
notifySource(DSStreamBufferGraph graph,
long dp)
This method is public for package design reasons. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SB_SRC_CAPTURE
public static final int SB_SRC_BDA
public static final int SB_SRC_FILE
public static final int SRC_RATE
public static final int SRC_TIME
| Constructor Detail |
|---|
public StreamBufferSource()
throws DSJException
DSJException| Method Detail |
|---|
public DSFilterInfo getInfo()
public DSFilterInfo[] getDeviceInfos()
public void notifySource(DSStreamBufferGraph graph,
long dp)
public void controlSource(int parameter,
int value)
throws DSJException
DSJExceptionpublic java.lang.Object getControls()
public int getSrcFlags()
public int getType()
public int[] getSrcParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||