mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 11:42:22 +08:00
Flv: Set default TagFlag to None
This commit is contained in:
parent
37086776b6
commit
7c82019c5c
|
@ -1,5 +1,6 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.IO;
|
||||
using System.Xml.Serialization;
|
||||
|
@ -13,7 +14,7 @@ namespace BililiveRecorder.Flv
|
|||
[XmlAttribute]
|
||||
public TagType Type { get; set; }
|
||||
|
||||
[XmlAttribute]
|
||||
[XmlAttribute, DefaultValue(TagFlag.None)]
|
||||
public TagFlag Flag { get; set; }
|
||||
|
||||
[XmlIgnore]
|
||||
|
|
Loading…
Reference in New Issue
Block a user