Specifies an external decoder to be used.
*ExternalDecoder()Specifies an external decoder to be used. |
|||||
*ExternalDecoder()Specifies an external decoder to be used. |
Syntax |
*ExternalDecoder(char* decoder) |
|
Argument |
Name |
Description |
decoder |
The filename of the external decoder. |
|
Example |
*BeginVideoDefaults() *ExternalEncoder(“C:/encoders/enc.bat”) *ExternalDecoder(“C:/decoders/dec.bat”) *EndVideoDefaults() |
|
Application |
MediaView |
|
Context |
||
Comments |
This, along with the *ExternalEncoder() statement, can be used to replace the *ExternalConverter() statement in a preferences file. |
|
See also |
|
|