mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
Fix tests
This commit is contained in:
parent
cbcbd840f0
commit
e66d0a7c3c
|
@ -296,6 +296,7 @@ namespace BililiveRecorder.Core.Event
|
||||||
public int NetworkBytesDownloaded { get; set; }
|
public int NetworkBytesDownloaded { get; set; }
|
||||||
public double NetworkMbps { get; set; }
|
public double NetworkMbps { get; set; }
|
||||||
public System.DateTimeOffset StartTime { get; set; }
|
public System.DateTimeOffset StartTime { get; set; }
|
||||||
|
public string? StreamHost { get; set; }
|
||||||
}
|
}
|
||||||
public interface IRecordSessionEventArgs
|
public interface IRecordSessionEventArgs
|
||||||
{
|
{
|
||||||
|
@ -447,6 +448,7 @@ namespace BililiveRecorder.Core
|
||||||
public System.TimeSpan SessionDuration { get; set; }
|
public System.TimeSpan SessionDuration { get; set; }
|
||||||
public System.TimeSpan SessionMaxTimestamp { get; set; }
|
public System.TimeSpan SessionMaxTimestamp { get; set; }
|
||||||
public System.DateTimeOffset StartTime { get; set; }
|
public System.DateTimeOffset StartTime { get; set; }
|
||||||
|
public string? StreamHost { get; set; }
|
||||||
public long TotalInputAudioBytes { get; set; }
|
public long TotalInputAudioBytes { get; set; }
|
||||||
public long TotalInputBytes { get; set; }
|
public long TotalInputBytes { get; set; }
|
||||||
public long TotalInputVideoBytes { get; set; }
|
public long TotalInputVideoBytes { get; set; }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user