Method | Description | |
---|---|---|
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 |
public static GetMediaFile ( string filePath ) : MediaFile | ||
filePath | string | |
return | 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 | |
return | System |