getvideooptimizationdetectionactionResult Structure Definition

The getvideooptimizationdetectionactionResult structure defines the return type for getvideooptimizationdetectionaction API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

videooptimizationdetectionactionList

List of videooptimizationdetectionactions


videooptimizationdetectionaction Structure Definition

The videooptimizationdetectionaction structure defines the actual return type values for getvideooptimizationdetectionaction API.

Syntax



Members

name

Name of the video optimization detection action.

type

Type of video optimization detection action.

hits

The number of times the action has been taken.

referencecount

The number of references to the action.

undefhits

The number of times the action resulted in UNDEF.

comment

Comment. Any type of information about this video optimization detection action.

builtin

Flag to determine whether video optimization detection action is built-in or not

_nextgenapiresource


See Also