length property
int
get
length
Returns the number of codecs in this pipeline.
Implementation
int get length => codecs.length;
Returns the number of codecs in this pipeline.
int get length => codecs.length;