C# Class LongoMatch.Store.MediaFile

ファイルを表示 Open project: GNOME/longomatch

Private Properties

Property Type Description

Public Methods

Method Description
GetFrames ( ) : uint
MediaFile ( ) : System
MediaFile ( string filePath, long length, ushort fps, bool hasAudio, bool hasVideo, string container, string videoCodec, string audioCodec, uint videoWidth, uint videoHeight, double par, Image preview ) : System

Method Details

GetFrames() public method

public GetFrames ( ) : uint
return uint

MediaFile() public method

public MediaFile ( ) : System
return System

MediaFile() public method

public MediaFile ( string filePath, long length, ushort fps, bool hasAudio, bool hasVideo, string container, string videoCodec, string audioCodec, uint videoWidth, uint videoHeight, double par, Image preview ) : System
filePath string
length long
fps ushort
hasAudio bool
hasVideo bool
container string
videoCodec string
audioCodec string
videoWidth uint
videoHeight uint
par double
preview Image
return System