MediaSourceConfiguration class

Annotations
  • @JS('MediaSourceConfiguration')

Constructors

MediaSourceConfiguration()

Properties

forceTransmux bool
boolean If this is true, we will transmux AAC and TS content even if not strictly necessary for the assets to be played. This value defaults to false.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
insertFakeEncryptionInInit bool
boolean If true, will apply a work-around for non-encrypted init segments on encrypted content for some platforms.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceBufferExtraFeatures String
string Some platforms may need to pass features when initializing the sourceBuffer. This string is ultimately appended to MIME types in addSourceBuffer().
getter/setter pair

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