Modules | |
Deprecated | |
Functions | |
on2sc | video_options_Reset (FLIX2HANDLE flix) |
Reset the video options to their defaults. | |
on2sc | video_options_Validate (const FLIX2HANDLE flix) |
Ensure the current video settings are valid. | |
on2sc | video_options_GetSwfHeight (const FLIX2HANDLE flix, int32_t *lpSwfHeight) |
Gets the SWF height. | |
on2sc | video_options_SetSwfHeight (FLIX2HANDLE flix, const int32_t lSwfHeight) |
Sets the SWF height. | |
on2sc | video_options_GetSwfWidth (const FLIX2HANDLE flix, int32_t *lpSwfWidth) |
Gets the SWF width. | |
on2sc | video_options_SetSwfWidth (FLIX2HANDLE flix, const int32_t lSwfWidth) |
Sets the SWF width. | |
on2sc | video_options_GetUseCustomSwfDimensions (const FLIX2HANDLE flix, on2bool *bpUseCustomSwfDimensions) |
Determine if the engine is using the SWF width and height for the SWF. | |
on2sc | video_options_SetUseCustomSwfDimensions (FLIX2HANDLE flix, const on2bool bUseCustomSwfDimensions) |
Tells the engine to use the SWF width and SWF height for the SWF. | |
on2sc | video_options_GetSourceHeight (const FLIX2HANDLE flix, int32_t *height) |
Get the height of the source video. | |
on2sc | video_options_GetSourceWidth (const FLIX2HANDLE flix, int32_t *width) |
Get the width of the source video. |
on2sc video_options_GetSourceHeight | ( | const FLIX2HANDLE | flix, | |
int32_t * | height | |||
) |
Get the height of the source video.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | height | Source video height, in pixels |
ON2_OK | The source video size was successfully retrieved from the engine. |
on2sc video_options_GetSourceWidth | ( | const FLIX2HANDLE | flix, | |
int32_t * | width | |||
) |
Get the width of the source video.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | width | Source video width, in pixels |
ON2_OK | The source video size was successfully retrieved from the engine. |
on2sc video_options_GetSwfHeight | ( | const FLIX2HANDLE | flix, | |
int32_t * | lpSwfHeight | |||
) |
Gets the SWF height.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | lpSwfHeight | SWF height. |
ON2_OK | Success. |
on2sc video_options_GetSwfWidth | ( | const FLIX2HANDLE | flix, | |
int32_t * | lpSwfWidth | |||
) |
Gets the SWF width.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | lpSwfWidth | SWF width. |
ON2_OK | Success. |
on2sc video_options_GetUseCustomSwfDimensions | ( | const FLIX2HANDLE | flix, | |
on2bool * | bpUseCustomSwfDimensions | |||
) |
Determine if the engine is using the SWF width and height for the SWF.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[out] | bpUseCustomSwfDimensions | Variable to update with the current custom SWF dimensions enable status |
ON2_OK | Success. |
on2sc video_options_Reset | ( | FLIX2HANDLE | flix | ) |
Reset the video options to their defaults.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
ON2_OK | The video options were reset successfully. |
on2sc video_options_SetSwfHeight | ( | FLIX2HANDLE | flix, | |
const int32_t | lSwfHeight | |||
) |
Sets the SWF height.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[in] | lSwfHeight | SWF height. |
ON2_OK | Success. |
on2sc video_options_SetSwfWidth | ( | FLIX2HANDLE | flix, | |
const int32_t | lSwfWidth | |||
) |
Sets the SWF width.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[in] | lSwfWidth | SWF width. |
ON2_OK | Success. |
on2sc video_options_SetUseCustomSwfDimensions | ( | FLIX2HANDLE | flix, | |
const on2bool | bUseCustomSwfDimensions | |||
) |
Tells the engine to use the SWF width and SWF height for the SWF.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
[in] | bUseCustomSwfDimensions | on2true to enable, on2false to disable. |
ON2_OK | Success. |
on2sc video_options_Validate | ( | const FLIX2HANDLE | flix | ) |
Ensure the current video settings are valid.
[in] | flix | Handle to the Flix Engine returned from Flix2_Create() or Flix2_CreateEx() |
ON2_OK | The video options are valid and encoding may proceed. | |
ON2_INVALID_PARAMS | One or more options are invalid. Proceeding with encoding may cause encoding to fail or a file that does not match the specified options will be created. |