SoundInstanceStreamedBuffer Class
Namespace: Stride.Audio
Assembly: Stride.Audio.dll
A Sound Instance where the SoundSource comes from a StreamedBufferSoundSource, and implementing ISynchronizedMediaExtractor interface
Derived from SoundInstanceStreamedBuffer:
public class SoundInstanceStreamedBuffer : SoundInstance, IDisposable, IComponent, IReferencable, ICollectorHolder, IPositionableSound, IPlayableSound, IMediaPlayer, IMediaReader
|
Improve this Doc
View Source
Properties
SpeedFactor
public float SpeedFactor { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Methods
public bool ReachedEndOfMedia()
Returns
Type |
Description |
System.Boolean |
|
Seek(TimeSpan)
public void Seek(TimeSpan mediaTime)
Parameters
Type |
Name |
Description |
System.TimeSpan |
mediaTime |
|
SeekRequestCompleted()
public bool SeekRequestCompleted()
Returns
Type |
Description |
System.Boolean |
|
Extension Methods