iSpring.VideoPlugins Interface
The VideoPlugins Interface allows replacing standard video processing functionality with the custom one.
| Properties |
|
Property |
Value Type |
Access |
Default value |
Property description |
|
CustomVideoConverter |
Read/Write |
|
Defines an object implementing the VideoConverter interface which will replace the standard video conversion module of iSpring SDK. |
|
|
CustomVideoObjectProcessor |
Read/Write |
|
Defines an object implementing the VideoObjectProcessor interface which will replace the standard video processing module of iSpring SDK |
|
|
HasCustomVideoConverter |
bool |
Read only |
false |
Indicates whether the standard video converter is replaced with the custom one |
|
HasCustomVideoObjectProcessor |
bool |
Read only |
false |
Indicates whether the standard video object processor is replaced with the custom one |
| Methods |
|
Methods |
Methods description |
|
void RemoveCustomVideoConverter() |
Removes a custom video converter. When this method is invoked the built-in video conversion module of iSpring SDK will be used. |
|
void RemoveCustomVideoObjectProcessor() |
Removes a custom video object processor. When this method is invoked the built-in video object processing module of iSpring SDK will be used. |
See also
VideoConverter
VideoObjectProcessor Interface
iSpring SDK COM API