Interface InputVideo.IVideoFile
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
public interface InputVideo.IVideoFile
Properties
int AudioBitrate { get; }
Property Value
- int
FFmpeg.IProbeStream AudioStream { get; }
Property Value
- FFmpeg.IProbeStream
TimeSpan Duration { get; }
Property Value
- TimeSpan
Property Value
- bool
Property Value
- string
Property Value
- int
string ValidationError { get; }
Property Value
- string
int VideoBitrate { get; }
Property Value
- int
FFmpeg.IProbeStream VideoStream { get; }
Property Value
- FFmpeg.IProbeStream
Methods
void Open(Action<Stream> action)
Parameters
action Action<Stream>
FileStorageModel Save(Guid objectIdentifier, FileObjectType objectType, string fileName = null, bool checkFileValid = true)
Parameters
objectIdentifier Guid
objectType FileObjectType
fileName string
checkFileValid bool
Returns
- FileStorageModel