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 TypeFieldDescriptionint
The num,ber of audio channelsint
The audio sampling rate in number of samples per secondint
The bit rate of the video file.long
Duration of the video fileVideo file formatfloat
The frame rate of the videoint
Size of the video fileint
Size 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