Class SeekableAudioStream
Represents a finite audio stream that supports seeking operations.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.System.Audio.IO
Assembly: Cosmos.System2.dll
Syntax
public abstract class SeekableAudioStream : AudioStream
Properties
| Improve this Doc View SourceLength
The length of the audio stream, in samples.
Declaration
public abstract uint Length { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Position
The position of the audio stream, in samples.
Declaration
public abstract uint Position { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |