2.19. StreamInfo

2.19.1. Synopsis

2.19.1.1. Functions

2.19.1.2. Properties

2.19.2. Detailed Description

class mocha.project.StreamInfo([path=""[, prefix=""[, suffix=""[, start_frame=-1[, end_frame=-1[, index_width=0]]]]]])
class mocha.project.StreamInfo(StreamInfo)
StreamInfo.__repr__()
Return type:unicode
StreamInfo.path
Type:str
Access:read-write

Absolute path to clip directory or first clip file.

StreamInfo.prefix
Type:str
Access:read-write

Clip prefix.

StreamInfo.suffix
Type:str
Access:read-write

Clip suffix.

StreamInfo.start_frame
Type:long
Access:read-write

Start frame number.

StreamInfo.end_frame
Type:long
Access:read-write

End frame number.

StreamInfo.index_width
Type:long
Access:read-write

Clip index width.