ISourceCompositionData

class genvid.ISourceCompositionData()

a video source composition information

Properties

genvid.ISourceCompositionData.affineMatrix

a 9 float array representing a 3x3 affine transform matrix (column-major order)

Type: number

genvid.ISourceCompositionData.mask

to be implemented, represents a future masking feature

Type: any

genvid.ISourceCompositionData.opacity

the opacity applied to that source (0 < opacity < 1)

Type: number

genvid.ISourceCompositionData.sessionId

the session id

Type: string

genvid.ISourceCompositionData.streamId

the stream id

Type: string