Table of Contents

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

int

DecodedVideo

The number of decoded video blocks

public readonly int DecodedVideo

Field Value

int

DemuxBitrate

The demux bitrate

public readonly float DemuxBitrate

Field Value

float

DemuxCorrupted

The number of frame discarded

public readonly int DemuxCorrupted

Field Value

int

DemuxDiscontinuity

The number of frame dropped

public readonly int DemuxDiscontinuity

Field Value

int

DemuxReadBytes

The number of bytes read by the demux

public readonly int DemuxReadBytes

Field Value

int

DisplayedPictures

The number of frames displayed

public readonly int DisplayedPictures

Field Value

int

InputBitrate

The input bitrate

public readonly float InputBitrate

Field Value

float

LostAudioBuffers

The number of buffers lost

public readonly int LostAudioBuffers

Field Value

int

LostPictures

The number of frames lost

public readonly int LostPictures

Field Value

int

PlayedAudioBuffers

The number of buffers played

public readonly int PlayedAudioBuffers

Field Value

int

ReadBytes

The number of bytes read

public readonly int ReadBytes

Field Value

int

SendBitrate

The bitrate used to send

public readonly float SendBitrate

Field Value

float

SentBytes

The number of bytes sent

public readonly int SentBytes

Field Value

int

SentPackets

The number of packets sent

public readonly int SentPackets

Field Value

int