hide_at_showing property

hide_at_showing property

Determines whether a VideoFrame is hidden. Read/write bool.

Definition:

@property
def hide_at_showing(self):
    ...

@hide_at_showing.setter
def hide_at_showing(self, value):
    ...

See Also