files tree made better.
This commit is contained in:
parent
ffbf032480
commit
ccc91bbf19
1630 changed files with 18209 additions and 41860 deletions
23
src/Yavsc.Server/Models/Streaming/LiveAnnouce.cs
Normal file
23
src/Yavsc.Server/Models/Streaming/LiveAnnouce.cs
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
namespace Yavsc.ViewModels.Streaming
|
||||
{
|
||||
|
||||
public class LiveAnnouce {
|
||||
|
||||
// set by the server, unique
|
||||
long Id { get; set; }
|
||||
|
||||
// a title for this flow
|
||||
string Title { get; set; }
|
||||
|
||||
// a little description
|
||||
string Pitch { get; set; }
|
||||
|
||||
// The stream type
|
||||
string MediaType { get; set; }
|
||||
|
||||
// A name where to save this stream, relative to user's files root
|
||||
string DifferedFileName { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue