railo.runtime.video
Interface VideoInfo


public interface VideoInfo


Method Summary
 long getAudioBitrate()
           
 String getAudioChannels()
           
 String getAudioCodec()
           
 long getAudioSamplerate()
           
 long getDuration()
           
 double getFramerate()
           
 int getHeight()
           
 long getVideoBitrate()
           
 String getVideoCodec()
           
 String getVideoFormat()
           
 int getWidth()
           
 Struct toStruct()
          returns the information as Struct
 

Method Detail

getAudioBitrate

long getAudioBitrate()

getAudioChannels

String getAudioChannels()
Returns:
the audioChannels

getAudioCodec

String getAudioCodec()
Returns:
the audioCodec

getAudioSamplerate

long getAudioSamplerate()
Returns:
the audioSampleRate

getDuration

long getDuration()
Returns:
the duration

getVideoBitrate

long getVideoBitrate()
Returns:
the bitrate

getFramerate

double getFramerate()
Returns:
the framerate

getVideoCodec

String getVideoCodec()
Returns:
the videoCodec

getVideoFormat

String getVideoFormat()
Returns:
the videoFormat

getHeight

int getHeight()
Returns:
the height

getWidth

int getWidth()
Returns:
the width

toStruct

Struct toStruct()
returns the information as Struct

Returns:


Copyright © 2012 Railo