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.EncodingProfileto add.- Returns:
- Return type:
Add a
GstPbutils.EncodingProfileto 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:
Trueif self contains aGstPbutils.EncodingProfileidentical to profile, elseFalse.- Return type:
Checks if self contains a
GstPbutils.EncodingProfileidentical to profile.
- get_profiles()[source]¶
- Returns:
the list of contained
GstPbutils.EncodingProfile.- Return type: