1.0-dev6 (Option bar added and code cleaned)
This commit is contained in:
18
VDownload.Core/Interfaces/IAStream.cs
Normal file
18
VDownload.Core/Interfaces/IAStream.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using VDownload.Core.Enums;
|
||||
|
||||
namespace VDownload.Core.Interfaces
|
||||
{
|
||||
public interface IAStream
|
||||
{
|
||||
#region PROPERTIES
|
||||
|
||||
Uri Url { get; }
|
||||
bool IsChunked { get; }
|
||||
StreamType StreamType { get; }
|
||||
int AudioBitrate { get; }
|
||||
string AudioCodec { get; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user