org.xnap.plugin.viewer.videoinfo
Class VideoFile.ASFStreamHeader

java.lang.Object
  extended by org.xnap.plugin.viewer.videoinfo.VideoFile.ASFStreamHeader
Enclosing class:
VideoFile

protected class VideoFile.ASFStreamHeader
extends java.lang.Object


Field Summary
 int count
           
 short data_size
           
 VideoFile.GUID error_guid
           
 int error_size
           
 byte flags
           
 int height
           
 int reserved
           
 short stream
           
 VideoFile.GUID stream_guid
           
 int stream_size
           
 long time_offset
           
 boolean videoHeader
           
 int width
           
 
Constructor Summary
VideoFile.ASFStreamHeader(long size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stream_guid

public VideoFile.GUID stream_guid

error_guid

public VideoFile.GUID error_guid

time_offset

public long time_offset

stream_size

public int stream_size

error_size

public int error_size

stream

public short stream

reserved

public int reserved

width

public int width

height

public int height

flags

public byte flags

data_size

public short data_size

count

public int count

videoHeader

public boolean videoHeader
Constructor Detail

VideoFile.ASFStreamHeader

public VideoFile.ASFStreamHeader(long size)
                          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2005 XNap Team. All Rights Reserved.