PresentationEnumerableFramesGenerator constructor

init

Creates new instance of the PresentationPlayer.

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

init

Creates new instance of the PresentationPlayer.

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

See Also