Package videoRangePanel.layoutFX
Class VRMediaView.MetaData
java.lang.Object
videoRangePanel.layoutFX.VRMediaView.MetaData
- Enclosing class:
 VRMediaView
Holds meta data for the video file.
- Author:
 - Jamie Macaulay
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintThe num,ber of audio channelsintThe audio sampling rate in number of samples per secondintThe bit rate of the video file.longDuration of the video fileVideo file formatfloatThe frame rate of the videointSize of the video fileintSize of the video file - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
audioSamplingRate
public int audioSamplingRateThe audio sampling rate in number of samples per second - 
audioChannels
public int audioChannelsThe num,ber of audio channels - 
format
Video file format - 
duration
public long durationDuration of the video file - 
height
public int heightSize of the video file - 
width
public int widthSize of the video file - 
frameRate
public float frameRateThe frame rate of the video - 
bitRate
public int bitRateThe bit rate of the video file. 
 - 
 - 
Constructor Details
- 
MetaData
protected MetaData() 
 -