Uses of Interface
com.flazr.util.ValueToEnum.IntValue

Packages that use ValueToEnum.IntValue
com.flazr.amf   
com.flazr.io.flv   
com.flazr.rtmp   
com.flazr.rtmp.message   
com.flazr.util   
 

Uses of ValueToEnum.IntValue in com.flazr.amf
 

Classes in com.flazr.amf that implement ValueToEnum.IntValue
static class Amf0Value.Type
           
 

Uses of ValueToEnum.IntValue in com.flazr.io.flv
 

Classes in com.flazr.io.flv that implement ValueToEnum.IntValue
static class AudioTag.CodecType
           
static class AudioTag.SampleRate
           
static class VideoTag.CodecType
           
static class VideoTag.FrameType
           
 

Uses of ValueToEnum.IntValue in com.flazr.rtmp
 

Classes in com.flazr.rtmp that implement ValueToEnum.IntValue
static class RtmpHeader.Type
           
 

Uses of ValueToEnum.IntValue in com.flazr.rtmp.message
 

Classes in com.flazr.rtmp.message that implement ValueToEnum.IntValue
static class Control.Type
           
 class MessageType
           
 

Uses of ValueToEnum.IntValue in com.flazr.util
 

Classes in com.flazr.util with type parameters of type ValueToEnum.IntValue
 class ValueToEnum<T extends Enum<T> & ValueToEnum.IntValue>
          a little bit of code reuse, would have been cleaner if enum types could extend some other class - we implement an interface instead and have to construct a static instance in each enum type we use
 



Copyright © 2011. All Rights Reserved.