streams property

streams property

Gets the number of streams in the file. For example, a file with audio and video has two streams.

Definition:

@property
def streams(self):
    ...

See Also