Class VideoStreamTrack
Inheritance
VideoStreamTrack
Syntax
public class VideoStreamTrack : MediaStreamTrack, IDisposable
Constructors
VideoStreamTrack(Texture, Boolean)
Creates a new VideoStream object.
The track is created with a source
.
Declaration
public VideoStreamTrack(Texture source, bool needFlip = true)
Parameters
Properties
Texture
encoded / decoded texture
Declaration
public Texture Texture { get; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides
Events
OnVideoReceived
Declaration
public event OnVideoReceived OnVideoReceived
Event Type