Functions¶
|
|
|
Details¶
- GstPlayer.player_color_balance_type_get_name(type)¶
- Parameters:
type (
GstPlayer.PlayerColorBalanceType
) – aGstPlayer.PlayerColorBalanceType
- Returns:
a string with the name of the color balance type.
- Return type:
Gets a string representing the given color balance type.
- GstPlayer.player_error_get_name(error)¶
- Parameters:
error (
GstPlayer.PlayerError
) – aGstPlayer.PlayerError
- Returns:
a string with the given error.
- Return type:
Gets a string representing the given error.
- GstPlayer.player_state_get_name(state)¶
- Parameters:
state (
GstPlayer.PlayerState
) – aGstPlayer.PlayerState
- Returns:
a string with the name of the state.
- Return type:
Gets a string representing the given state.