net.sourceforge.openutils.mgnlmedia.media.utils
Class MediaMetadataFormatUtils

java.lang.Object
  extended by net.sourceforge.openutils.mgnlmedia.media.utils.MediaMetadataFormatUtils

public class MediaMetadataFormatUtils
extends Object

Version:
$Id: MediaMetadataFormatUtils.java 3269 2011-01-23 19:06:39Z fgiust $
Author:
fgiust

Constructor Summary
MediaMetadataFormatUtils()
           
 
Method Summary
static String formatBitDepth(int bitDepth)
           
static String formatDuration(long duration)
           
static String formatSize(long size)
          Format a size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MediaMetadataFormatUtils

public MediaMetadataFormatUtils()
Method Detail

formatSize

public static String formatSize(long size)
Format a size

Parameters:
size -
Returns:

formatDuration

public static String formatDuration(long duration)

formatBitDepth

public static String formatBitDepth(int bitDepth)


Copyright © 2008-2011 Openmind. All Rights Reserved.