com.flazr.io.flv
Class VideoTag

java.lang.Object
  extended by com.flazr.io.flv.VideoTag

public class VideoTag
extends Object


Nested Class Summary
static class VideoTag.CodecType
           
static class VideoTag.FrameType
           
 
Constructor Summary
VideoTag(byte byteValue)
           
 
Method Summary
 VideoTag.CodecType getCodecType()
           
 VideoTag.FrameType getFrameType()
           
 boolean isKeyFrame()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VideoTag

public VideoTag(byte byteValue)
Method Detail

isKeyFrame

public boolean isKeyFrame()

getFrameType

public VideoTag.FrameType getFrameType()

getCodecType

public VideoTag.CodecType getCodecType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.