Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FrameCreatorService ¶
type FrameCreatorService struct {
// contains filtered or unexported fields
}
func NewFrameCreatorService ¶
func NewFrameCreatorService( framesPerSecond int, processorHandlerBus *processor.Handler, effectHandlerBus *WonderEffects.Handler, glitchService *wonderGlitchService.GlitchService, ) *FrameCreatorService
func (*FrameCreatorService) CreateFrameSet ¶
func (*FrameCreatorService) WithBackgroundColor ¶
func (fms *FrameCreatorService) WithBackgroundColor(color string) *FrameCreatorService
func (*FrameCreatorService) WithBackgroundImage ¶
func (fms *FrameCreatorService) WithBackgroundImage(path string) *FrameCreatorService
type FrameSaveFactory ¶
type FrameSaveFactory struct {
// contains filtered or unexported fields
}
func NewFrameSaverFactory ¶
func NewFrameSaverFactory(saveStrategies []dto.FrameSetSaveStrategy) *FrameSaveFactory
func (*FrameSaveFactory) SaveType ¶
func (f *FrameSaveFactory) SaveType(saveType string) (saver frameSetSaver.SaverInterface, ok bool)
Click to show internal directories.
Click to hide internal directories.