GstPbutils.EncodingContainerProfile¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class GstPbutils.EncodingContainerProfile(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Encoding profiles for containers. Keeps track of a list of
GstPbutils.EncodingProfile
- classmethod new(name, description, format, preset)[source]¶
- Parameters:
- Returns:
The newly created
GstPbutils.EncodingContainerProfile
.- Return type:
Creates a new
GstPbutils.EncodingContainerProfile
.
- add_profile(profile)[source]¶
- Parameters:
profile (
GstPbutils.EncodingProfile
) – theGstPbutils.EncodingProfile
to add.- Returns:
- Return type:
Add a
GstPbutils.EncodingProfile
to the list of profiles handled by self.No copy of profile will be made, if you wish to use it elsewhere after this method you should increment its reference count.
- contains_profile(profile)[source]¶
- Parameters:
profile (
GstPbutils.EncodingProfile
) – aGstPbutils.EncodingProfile
- Returns:
True
if self contains aGstPbutils.EncodingProfile
identical to profile, elseFalse
.- Return type:
Checks if self contains a
GstPbutils.EncodingProfile
identical to profile.
- get_profiles()[source]¶
- Returns:
the list of contained
GstPbutils.EncodingProfile
.- Return type: