Пример #1
0
 public override string ToString() =>
 (Mp4Util.FormatFourChars(this.Type) + "(" + ((this.Size != 1) ? ("Size:" + this.Size) : ("LargeSize" + this.LargeSize)) + ((this.Parent != null) ? (",Parent:" + Mp4Util.FormatFourChars(this.Parent.Type)) : "") + ")");
Пример #2
0
        public override string ToString()
        {
            object obj2 = string.Empty;

            return(string.Concat(new object[] { obj2, "ftyp(MajorBrand:", Mp4Util.FormatFourChars(this.MajorBrand), ",MinorVersion:", this.MinorVersion }) + ((this.CompatibleBrands.Count > 0) ? (",CompatibleBrands:" + Mp4Util.FormatFourChars(this.CompatibleBrands)) : "") + ")");
        }