CloudMixerVideoFileCfg class

Constructors

CloudMixerVideoFileCfg.confluence({required String svrPathName, int? aChannelType, List<String>? aChannelContent, required int vWidth, required int vHeight, int vFps = 12, int? vBps, int? vQP, required List<MutiMixerContent> layoutConfig})
CloudMixerVideoFileCfg.single({String svrPath = '', required String svrFileNameSuffix, required List<String> subscribeVideos, int? aStreamType})

Properties

aChannelContent List<String>?
getter/setter pair
aChannelType int?
getter/setter pair
aStreamType int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
layoutConfig List<MutiMixerContent>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribeVideos List<String>?
getter/setter pair
svrFileNameSuffix String?
getter/setter pair
svrPath String?
getter/setter pair
svrPathName String?
getter/setter pair
vBps int?
getter/setter pair
vFps int?
getter/setter pair
vHeight int?
getter/setter pair
vQP int?
getter/setter pair
vWidth int?
getter/setter pair

Methods

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

Operators

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