C# 클래스 LongoMatch.Video.Utils.MediaFile

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 메소드들

메소드 설명
GetFrames ( ) : uint
GetMediaFile ( string filePath ) : MediaFile
MediaFile ( ) : System
MediaFile ( string filePath, long length, ushort fps, bool hasAudio, bool hasVideo, string videoCodec, string audioCodec, uint videoWidth, uint videoHeight ) : System

메소드 상세

GetFrames() 공개 메소드

public GetFrames ( ) : uint
리턴 uint

GetMediaFile() 공개 정적인 메소드

public static GetMediaFile ( string filePath ) : MediaFile
filePath string
리턴 MediaFile

MediaFile() 공개 메소드

public MediaFile ( ) : System
리턴 System

MediaFile() 공개 메소드

public MediaFile ( string filePath, long length, ushort fps, bool hasAudio, bool hasVideo, string videoCodec, string audioCodec, uint videoWidth, uint videoHeight ) : System
filePath string
length long
fps ushort
hasAudio bool
hasVideo bool
videoCodec string
audioCodec string
videoWidth uint
videoHeight uint
리턴 System