Struct MediaStats
- Namespace
- LibVLCSharp.Shared
- Assembly
- LibVLCSharp.dll
Statistics of a Media
public readonly struct MediaStats
- Inherited Members
Fields
DecodedAudio
The number of decoded audio blocks
public readonly int DecodedAudio
Field Value
DecodedVideo
The number of decoded video blocks
public readonly int DecodedVideo
Field Value
DemuxBitrate
The demux bitrate
public readonly float DemuxBitrate
Field Value
DemuxCorrupted
The number of frame discarded
public readonly int DemuxCorrupted
Field Value
DemuxDiscontinuity
The number of frame dropped
public readonly int DemuxDiscontinuity
Field Value
DemuxReadBytes
The number of bytes read by the demux
public readonly int DemuxReadBytes
Field Value
DisplayedPictures
The number of frames displayed
public readonly int DisplayedPictures
Field Value
InputBitrate
The input bitrate
public readonly float InputBitrate
Field Value
LostAudioBuffers
The number of buffers lost
public readonly int LostAudioBuffers
Field Value
LostPictures
The number of frames lost
public readonly int LostPictures
Field Value
PlayedAudioBuffers
The number of buffers played
public readonly int PlayedAudioBuffers
Field Value
ReadBytes
The number of bytes read
public readonly int ReadBytes
Field Value
SendBitrate
The bitrate used to send
public readonly float SendBitrate
Field Value
SentBytes
The number of bytes sent
public readonly int SentBytes
Field Value
SentPackets
The number of packets sent
public readonly int SentPackets