Root level File Type box. Sibling of moov, moof, mdat, mvex and mfra
Inheritance: Box
コード例 #1
0
 /// <summary>
 /// Output a 'ftyp' atom and it's children as raw data
 /// for the current set of streams. Does not write to file.
 /// </summary>
 public byte[] GenerateFileSpec()
 {
     HeaderBoxes.ftyp filespec = new HeaderBoxes.ftyp(); // just assumes MP4f type
     return filespec.deepData();
 }
コード例 #2
0
 /// <summary>
 /// Output a 'ftyp' atom and it's children as raw data
 /// for the current set of streams. Does not write to file.
 /// </summary>
 public byte[] GenerateFileSpec()
 {
     HeaderBoxes.ftyp filespec = new HeaderBoxes.ftyp();             // just assumes MP4f type
     return(filespec.deepData());
 }