PresentationEnumerableFramesGenerator constructor

init(self, presentation, fps)

Creates new instance of the PresentationPlayer.

def __init__(self, presentation, fps):
    ...
ParameterTypeDescription
presentationPresentationPresentation
fpsfloatFrames per second (FPS)

init(self, frame_size, fps)

Creates new instance of the PresentationPlayer.

def __init__(self, frame_size, fps):
    ...
ParameterTypeDescription
frame_sizeSizeThe frame size
fpsfloatFrames per second (FPS)

See Also