Package net.bramp.ffmpeg.probe
Class FFmpegStream
java.lang.Object
net.bramp.ffmpeg.probe.FFmpegStream
Represents a media stream from an FFprobe result.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents side data associated with an FFprobe stream. -
Field Summary
FieldsModifier and TypeFieldDescriptionlongintintintdoublelongintintintintlonglongintintlongdoubleint -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
-
codec_name
-
codec_long_name
-
profile
-
codec_type
-
codec_time_base
-
codec_tag_string
-
codec_tag
-
width
-
height
-
has_b_frames
-
sample_aspect_ratio
-
display_aspect_ratio
-
pix_fmt
-
level
-
chroma_location
-
refs
-
is_avc
-
nal_length_size
-
id
-
r_frame_rate
-
avg_frame_rate
-
time_base
-
start_pts
-
start_time
-
duration_ts
-
duration
-
bit_rate
-
max_bit_rate
-
bits_per_raw_sample
-
bits_per_sample
-
nb_frames
-
sample_fmt
-
sample_rate
-
channels
-
channel_layout
-
color_range
-
color_space
-
color_transfer
-
color_primaries
-
disposition
-
tags
-
side_data_list
-
-
Constructor Details
-
FFmpegStream
public FFmpegStream()
-
-
Method Details
-
getIndex
-
getCodecName
-
getCodecLongName
-
getProfile
-
getCodecType
-
getCodecTimeBase
-
getCodecTagString
-
getCodecTag
-
getWidth
-
getHeight
-
getHasBFrames
-
getSampleAspectRatio
-
getDisplayAspectRatio
-
getPixFmt
-
getLevel
-
getChromaLocation
-
getRefs
-
getIsAvc
-
getNalLengthSize
-
getId
-
getRFrameRate
-
getAvgFrameRate
-
getTimeBase
-
getStartPts
-
getStartTime
-
getDurationTs
-
getDuration
-
getBitRate
-
getMaxBitRate
-
getBitsPerRawSample
-
getBitsPerSample
-
getNbFrames
-
getSampleFmt
-
getSampleRate
-
getChannels
-
getChannelLayout
-
getColorRange
-
getColorSpace
-
getColorTransfer
-
getColorPrimaries
-
getDisposition
-
getTags
-
getSideDataList
Returns the list of side data associated with this stream.
-