amfIMarker SetFillMarker

Sets the value of the flag denoting whether the marker symbol should be displayed as a filled circle or as an outline.

Syntax

marker_handle SetFillMarker on

Description

Sets the value of the flag which denotes whether the marker symbol should be displayed as a filled circle or as an outline in the video.

Inputs

on
A value of “true” denotes that the symbol will be displayed as a filled circle; a value of “false” denotes that it will be displayed as an outline.

Example

marker_handle SetFillMarker true

Error

Standard hwResult error codes:
  • 1 = HW_Error
  • 3 = HW_InvalidHandle
  • 4 = HW_InvalidArgs