FileDocCategorySizeDatePackage
ReadExample.javaAPI Docmp4parser 1.0-RC-17903Wed Dec 19 20:10:38 GMT 2012com.googlecode.mp4parser.stuff

ReadExample

public class ReadExample extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

        FileChannel fc = new RandomAccessFile("/media/scratch/ThreeHundredFourtyThreeMB.mp4", "rw").getChannel();
        IsoFile isoFile = new IsoFile(fc);

        HandlerBox hdlr = (HandlerBox) Path.getPath(isoFile, "/moov[0]/trak[0]/mdia[0]/hdlr[0]");
        hdlr.setName("onetwothreefourfivesix");