C# Class LongoMatch.Store.MediaFile

Afficher le fichier Open project: GNOME/longomatch

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public GetFrames ( ) : uint
Résultat uint

MediaFile() public méthode

public MediaFile ( ) : System
Résultat System

MediaFile() public méthode

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
Résultat System