AudioStream class

Inheritance

Constructors

AudioStream.new({required int index, required String? codecName, required String? codecLongName, required String? codecTagString, required String? codecTag, required int bitRate, required Duration startTime, required Duration duration, String? language, Map<String, bool>? disposition, Map<String, String>? tags, int? bitDepth, required int? channels, required String? channelLayout, required int? sampleRateHz, required String? profile})
AudioStream.fromJson(Map<String, dynamic> json)
factory

Properties

bitDepth int?
getter/setter pairinherited
bitRate int
getter/setter pairinherited
channelLayout String?
getter/setter pair
channels int?
getter/setter pair
codecLongName String?
getter/setter pairinherited
codecName String?
getter/setter pairinherited
codecTag String?
getter/setter pairinherited
codecTagString String?
getter/setter pairinherited
disposition Map<String, bool>?
getter/setter pairinherited
duration Duration
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pairinherited
language String?
getter/setter pairinherited
profile String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRateHz int?
getter/setter pair
startTime Duration
getter/setter pairinherited
tags Map<String, String>?
getter/setter pairinherited

Methods

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

Operators

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