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 1851 2010-02-07 18:57:21Z 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-2010 Openmind. All Rights Reserved.