IMediaReader Interface
Namespace: Stride.MediaAssembly: Stride.dll
public interface IMediaReader
Name | Description | |
---|---|---|
Properties | ||
IsDisposed | Specifies if the extractor has been disposed |
|
SpeedFactor | Set the play speed of the media |
|
Methods | ||
Seek(TimeSpan) | Seek to provided position in the media source. |
Properties
IsDisposed
Specifies if the extractor has been disposed
bool IsDisposed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SpeedFactor
Set the play speed of the media
float SpeedFactor { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Methods
Seek(TimeSpan)
Seek to provided position in the media source.
void Seek(TimeSpan mediaTime)
Parameters
Type | Name | Description |
---|---|---|
System.TimeSpan | mediaTime |