using System.Collections.Generic; namespace BililiveRecorder.FlvProcessor { public interface IFlvMetadata : IDictionary { byte[] ToBytes(); } }