Class Mp3SpltAudioUtility.SplitFileInfo
Info for split files.
Inherited Members
Namespace: Acoustics.Tools.Audio
Assembly: Acoustics.Tools.dll
Syntax
public class SplitFileInfo
Properties
| Improve this Doc View SourceEnd
Gets or sets End.
Declaration
public long? End { get; set; }
Property Value
| Improve this Doc View SourceFile
Gets or sets File.
Declaration
public FileInfo File { get; set; }
Property Value
Type | Description |
---|---|
File |
Start
Gets or sets Start.
Declaration
public long? Start { get; set; }