コード例 #1
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = [
         "stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"
     ]
     self.stream_order = [
         "stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"
     ]
     self.copy = True
コード例 #2
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"]
     self.stream_order = ["stsd", "stts", "stss", "ctts", "stsc", "stsz", "stco", "co64"]
     self.copy = True
コード例 #3
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.copy = True
コード例 #4
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.stream_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.copy = True
コード例 #5
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["mdhd", "hdlr", "minf"]
     self.stream_order = ["mdhd", "hdlr", "minf"]
     self.copy = True
コード例 #6
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.stream_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.copy = True
コード例 #7
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.copy = True
コード例 #8
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.stream_order = ["vmhd", "smhd", "dinf", "stbl"]
     self.copy = True
コード例 #9
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["mdhd", "hdlr", "minf"]
     self.stream_order = ["mdhd", "hdlr", "minf"]
     self.copy = True
コード例 #10
0
 def __init__(self, file, offset, size, type, is_64, start):
     StreamAtomTree.__init__(self, file, offset, size, type, is_64, start)
     self.update_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.stream_order = ["cmov", "mvhd", "trak", "tkhd"]
     self.copy = True