Class AudioCutter
Cuts a file into smaller segments.
Inherited Members
Namespace: AnalysisPrograms
Assembly: AnalysisPrograms.dll
Syntax
public class AudioCutter
Remarks
This cutter is useful when you want audio cut the same way AP.exe cuts it.
Fields
| Improve this Doc View SourceCommandName
Declaration
public const string CommandName = "AudioCutter"
Field Value
Type | Description |
---|---|
String |
Methods
| Improve this Doc View SourceExecute(AudioCutter.Arguments)
Declaration
public static async Task<int> Execute(AudioCutter.Arguments arguments)
Parameters
Type | Name | Description |
---|---|---|
AudioCutter.Arguments | arguments |
Returns
Type | Description |
---|---|
Task<Int32> |