Method | Description | |
---|---|---|
BufferCB ( double SampleTime, |
||
SampleCB ( double SampleTime, |
||
SampleGrabberGraph ( string path ) : System |
VideoとAudioに対するSampleGrabberとNullRendererによるデコードグラフを提供します。
|
Method | Description | |
---|---|---|
BuildGraph ( string path ) : void | ||
OnAudioFrame ( double sampleTime, |
AudioFrameイベントを発生させます。
|
|
OnVideoFrame ( double sampleTime, |
VideoFrameイベントを発生させます。
|
|
ReleaseGraph ( ) : void |
Method | Description | |
---|---|---|
BuildGrabber ( string filterNamePrefix, IPin srcOutputPin, System.Guid majorType, System.Guid subType, System.Guid formatType, SampleGrabberCallback callback ) : SampleGrabber |
public BufferCB ( double SampleTime, |
||
SampleTime | double | |
pBuffer | ||
BufferLen | int | |
return | int |
protected OnAudioFrame ( double sampleTime, |
||
sampleTime | double | |
pBuffer | ||
bufferLength | int | |
return | int |
protected OnVideoFrame ( double sampleTime, |
||
sampleTime | double | |
pBuffer | ||
bufferLength | int | |
return | int |
public SampleCB ( double SampleTime, |
||
SampleTime | double | |
pSample | ||
return | int |
public SampleGrabberGraph ( string path ) : System | ||
path | string | ソースファイルへのパス |
return | System |