C# Class LongoMatch.Video.MultimediaFactory

Inheritance: IMultimediaToolkit
ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
MultimediaFactory ( ) : System
getCapturer ( CapturerType type ) : ICapturer
getFramesCapturer ( ) : IFramesCapturer
getMetadataReader ( ) : IMetadataReader
getPlayer ( int width, int height ) : IPlayer
getVideoEditor ( ) : IVideoEditor

Method Details

MultimediaFactory() public method

public MultimediaFactory ( ) : System
return System

getCapturer() public method

public getCapturer ( CapturerType type ) : ICapturer
type CapturerType
return ICapturer

getFramesCapturer() public method

public getFramesCapturer ( ) : IFramesCapturer
return IFramesCapturer

getMetadataReader() public method

public getMetadataReader ( ) : IMetadataReader
return IMetadataReader

getPlayer() public method

public getPlayer ( int width, int height ) : IPlayer
width int
height int
return IPlayer

getVideoEditor() public method

public getVideoEditor ( ) : IVideoEditor
return IVideoEditor