clear method

clear(self, frame_id)

Removes all frames with the specified id.


def clear(self, frame_id):
    ...
Parameter Type Description
frame_id System.String The id of the frames to remove.

See Also