Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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