2.21. StreamInfo¶
2.21.1. Synopsis¶
2.21.1.2. Properties¶
property
end_frame
[read-write] of longproperty
index_width
[read-write] of longproperty
path
[read-write] of strproperty
prefix
[read-write] of strproperty
start_frame
[read-write] of longproperty
suffix
[read-write] of str
2.21.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
str
-
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.