Method | Description | |
---|---|---|
Close ( MediaEffectClosedReason reason ) : void |
Called when the video effect is unloaded, and used for freeing any used resources.
|
|
DiscardQueuedFrames ( ) : void |
Called when the decoding process needs to skip frames.
|
|
ProcessFrame ( ProcessVideoFrameContext context ) : void |
Used for applying our video effect to a single frame.
|
|
SetEncodingProperties ( |
Called when the encoding properties change.
|
|
SetProperties ( IPropertySet configuration ) : void |
Called for passing any custom parameters to the video effect.
|
public Close ( MediaEffectClosedReason reason ) : void | ||
reason | MediaEffectClosedReason | |
return | void |
public ProcessFrame ( ProcessVideoFrameContext context ) : void | ||
context | ProcessVideoFrameContext | |
return | void |
public SetEncodingProperties ( |
||
encodingProperties | ||
device | IDirect3DDevice | |
return | void |
public SetProperties ( IPropertySet configuration ) : void | ||
configuration | IPropertySet | |
return | void |