Skip to main content
Version: 2.x

Class MediaActiveStateChangedEventArgs

Arguments for activity state change events on a decoder media stream.

Declaration
public class MediaActiveStateChangedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

Active

true when the audio stream is active (not silent)

Declaration
public bool Active { get; }

MediaId

Id of the media stream that changed state

Declaration
public ulong MediaId { get; }

PeerId

Id of the peer that owns the media stream

Declaration
public uint PeerId { get; }