Stream class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

Stream({int? index, String? codeName, String? codecLongName, String? profile, String? codecType, String? codecTimeBase, String? codecTagString, String? codecTag, int? width, int? height, int? codecWidth, int? codecHeight, int? closedCaptions, int? hasBFrames, String? pixFmt, int? level, String? colorRange, String? colorSpace, String? colorTransfer, String? colorPrimaries, String? chromaLocation, int? refs, String? isAvc, String? nalLengthSize, String? rFrameRate, String? avgFrameRate, String? timeBase, int? startPts, Duration? startTime, int? durationTs, Duration? duration, String? bitRate, String? bitsPerRawSample, String? maxBitRate, String? nbFrames, Disposition? disposition, Tags? tags, String? sampleFmt, String? sampleRate, int? channels, String? channelLayout, int? bitsPerSample})
Stream.fromJson(Map<String, dynamic> json)
factory

Properties

avgFrameRate String?
final
bitRate String?
final
bitsPerRawSample String?
final
bitsPerSample int?
final
channelLayout String?
final
channels int?
final
chromaLocation String?
final
closedCaptions int?
final
codecHeight int?
final
codecLongName String?
final
codecTag String?
final
codecTagString String?
final
codecTimeBase String?
final
codecType String?
final
codecWidth int?
final
codeName String?
final
colorPrimaries String?
final
colorRange String?
final
colorSpace String?
final
colorTransfer String?
final
disposition Disposition?
final
duration Duration?
final
durationTs int?
final
hasBFrames int?
final
hashCode int
The hash code for this object.
no setterinherited
height int?
final
index int?
final
isAvc String?
final
level int?
final
maxBitRate String?
final
nalLengthSize String?
final
nbFrames String?
final
pixFmt String?
final
profile String?
final
refs int?
final
rFrameRate String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleFmt String?
final
sampleRate String?
final
startPts int?
final
startTime Duration?
final
tags Tags?
final
timeBase String?
final
width int?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited