hwISession GetAMFExportOptionsHandle
Returns the AMF export options interface handle for the session.
Syntax
hwISession_handle GetAMFExportOptionsHandle exportoptionhandle
Application
Tcl Query
Description
This command provides access to the AMF Export Options interface object.
Inputs
- exportoptionhandle
- The user-defined name of the export options handle that you want to create with this command. In the example below, the export options handle is “amfExportOptionsHandle”.
Example
hwi GetSessionHandle sessHandle
sessHandle GetAMFExportOptionsHandle amfExportOptionHandle
Returns: amfExportOptionsHandle
Errors
Returns the file handle name if successful.
Returns an error message if the command fails.