/* * myLib - https://github.com/taktod/myLib * Copyright (c) 2014 ttProject. All rights reserved. * * Licensed under The MIT license. */ package com.ttProject.container.mp4.stsd; import com.ttProject.unit.extra.bit.Bit32; public class Mp4a extends AudioRecord { public Mp4a(Bit32 size, Bit32 name) { super(size, name); } }