AtomParent.java
上传用户:xjjlds
上传日期:2015-12-05
资源大小:22823k
文件大小:0k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. package com.axiosys.bento4;
  2. public interface AtomParent {
  3.     int  getChildrenCount();
  4.     Atom getChild(int index);
  5.     Atom getChild(int type, int index);
  6. }