public class WOWZStreamingStat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
audioBytesBuffered
The number of bytes still waiting to be sent in the audio stream at the conclusion of this sample interval.
|
long |
audioBytesTransmitted
The number of bytes sent or received during this sample interval in the audio stream.
|
long |
avgChunkSize
The average size of each packet sent or received during this sample interval (bytes).
|
int |
avgEncodedVideoFrameSize
The average size of the encoded frames sent or received during this sample interval.
|
long |
avgVideoFrameLatency
The difference between the current time and the timestamp on the last transmitted frame.
|
int |
bps
The approximate current bandwidth throughput (bps).
|
long |
bytesBuffered
The number of bytes still waiting to be sent during this sample interval.
|
long |
bytesTransmitted
The number of bytes sent or received during this sample interval.
|
long |
sampleInterval
The interval between samples (milliseconds).
|
long |
timeElapsed
The number of milliseconds that have elapsed since the beginning of the broadcast session.
|
long |
totalAudioBytesTransmitted
The total number of bytes that have been sent or received in the audio stream during the streaming session.
|
long |
totalBytesTransmitted
The total number of bytes that have been sent or received during the streaming session.
|
long |
totalVideoBytesTransmitted
The total number of bytes that have been sent or received in the video stream during the streaming session.
|
long |
videoBytesBuffered
The number of bytes still waiting to be sent in the video stream at the conclusion of this sample interval.
|
long |
videoBytesTransmitted
The number of bytes sent or received during this sample interval in the video stream.
|
int |
videoFramesBuffered
The number of frames that have been encoded but not yet transmitted.
|
int |
videoFramesDropped
The number of frames that were captured but not encoded and transmitted.
|
int |
videoFramesTransmitted
The number of frames that have been transmitted.
|
Constructor and Description |
---|
WOWZStreamingStat() |
WOWZStreamingStat(WOWZStreamingStat other) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCSVHeader()
Gets a CSV-formatted string containing the name of each of this object's properties.
|
static java.lang.String |
getStatHeader()
Gets a string that contains the name of each of this object's properties, formatted as a table header.
|
static java.lang.String |
getStatSeparator()
Gets a string appropriate for output as a table row separator.
|
void |
set(WOWZStreamingStat other) |
java.lang.String |
toCSV()
Gets a CSV-formatted string containing the value of each of this object's properties.
|
java.lang.String |
toRow(boolean withHeader)
Gets a string that contains the value of each of this object's properties, formatted as a table row.
|
java.lang.String |
toString()
Gets a string representation of this object.
|
public long sampleInterval
public long timeElapsed
public int bps
public long bytesTransmitted
public long bytesBuffered
public long videoBytesTransmitted
public long videoBytesBuffered
public long audioBytesTransmitted
public long audioBytesBuffered
public long avgChunkSize
public int videoFramesTransmitted
public int videoFramesBuffered
public int videoFramesDropped
public long avgVideoFrameLatency
public int avgEncodedVideoFrameSize
public long totalBytesTransmitted
public long totalVideoBytesTransmitted
public long totalAudioBytesTransmitted
public WOWZStreamingStat()
public WOWZStreamingStat(WOWZStreamingStat other)
public void set(WOWZStreamingStat other)
public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String getStatSeparator()
public static java.lang.String getStatHeader()
public java.lang.String toRow(boolean withHeader)
withHeader
- True to include a header row.public java.lang.String toCSV()
public static java.lang.String getCSVHeader()
© 2016 - 2018 Wowza Media Systems, LLC. All rights reserved. Terms | Privacy | Trademarks | Legal