Class WavChunk
Wav chunk.
Inherited Members
Namespace: Acoustics.Tools.Wav
Assembly: Acoustics.Tools.dll
Syntax
public class WavChunk
Properties
| Improve this Doc View SourceLength
Gets or sets Length.
Declaration
public long Length { get; set; }
Property Value
Type | Description |
---|---|
Int64 |
Name
Gets or sets Name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Position
Gets or sets Position.
Declaration
public long Position { get; set; }
Property Value
Type | Description |
---|---|
Int64 |