{
  "version": 12,
  "stages": [
    {
      "stage": "vlc_restart_bar_ui_click",
      "start": [
        "In [ToolBar For 'vlc_source'], Click [button: Restart Media]"
      ],
      "end": [
        "vlc_source media action restart"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_stop_bar_ui_click",
      "start": [
        "In [ToolBar For 'vlc_source'], Click [button: Stop Media]"
      ],
      "end": [
        "vlc_source media action stoped"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_previous_bar_ui_click",
      "start": [
        "In [ToolBar For 'vlc_source'], Click [button: Previous in Playlist]"
      ],
      "end": [
        "vlc_source media action previous"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_next_bar_ui_click",
      "start": [
        "In [ToolBar For 'vlc_source'], Click [button: Next in Playlist]"
      ],
      "end": [
        "vlc_source media action next"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_show",
      "start": [
        "In Properties for 'vlc_source', Widget PLSBasicProperties Close"
      ],
      "end": [
        "vlc_source:playlist property is applied in render"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_restart_bar",
      "start": [
        "vlc_source:restart property will be changed in the ui"
      ],
      "end": [
        "vlc_source:restart property is applied in render"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_stop_bar",
      "start": [
        "vlc_source:stop property will be changed in the ui"
      ],
      "end": [
        "vlc_source:stop property is applied in render"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_previous_bar",
      "start": [
        "vlc_source:prev property will be changed in the ui"
      ],
      "end": [
        "vlc_source:prev property is applied in render"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_next_bar",
      "start": [
        "vlc_source:next property will be changed in the ui"
      ],
      "end": [
        "vlc_source:next property is applied in render"
      ],
      "feature": [
        "vlc"
      ]
    },
    {
      "stage": "vlc_property_window_show",
      "start": [
        "vlc_source request property window"
      ],
      "end": [
        "vlc_source show property window"
      ],
      "feature": [
        "vlc"
      ]
    }
  ]
}