Interface InputAudio.IAudioFile
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
public interface InputAudio.IAudioFile
Properties
FFmpeg.IProbeStream AudioStream { get; }
Property Value
- FFmpeg.IProbeStream
Property Value
- int
TimeSpan Duration { get; }
Property Value
- TimeSpan
Property Value
- bool
Property Value
- string
Property Value
- int
string ValidationError { get; }
Property Value
- string
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