animation_frame_pattern#
- class ansys.cfx.core.generated.post_processing.settings_261.animation_frame_pattern.animation_frame_pattern(name: str | None = None, parent=None)#
Bases:
StringThe MPEG frame type pattern. This must be a list of B, P and I characters. If any of the characters are not B, P or I, then the default value will be used. I (“intra-frame”) encoded frames are complete frames (i.e. contain all the data to completely render themselves). P (“predicted”) encoded frames use data from previous frames to render themselves. B (“bi-directional”) frames use data from previous and following frames to render themselves.
Included in:
Parent |
Summary |
|---|---|
Defines a Keyframe animation sequence. A list of KEYFRAME objects indicate the states between which to interpolate. |