Table of Contents

Interface IMediaReader

Namespace
Stride.Media
Assembly
Stride.dll
public interface IMediaReader

Properties

IsDisposed

Specifies if the extractor has been disposed

bool IsDisposed { get; }

Property Value

bool

SpeedFactor

Set the play speed of the media

float SpeedFactor { get; set; }

Property Value

float

Methods

Seek(TimeSpan)

Seek to provided position in the media source.

void Seek(TimeSpan mediaTime)

Parameters

mediaTime TimeSpan