WpEndpointStream
The WpEndpointStream class allows accessing the properties and methods of a
PipeWire endpoint stream object (struct pw_endpoint_stream
from the
session-manager extension).
A WpEndpointStream is constructed internally when a new endpoint appears on the PipeWire registry and it is made available through the WpObjectManager API.
Methods
wp_endpoint_stream_get_name
const gchar * wp_endpoint_stream_get_name (WpEndpointStream * self)
Parameters:
self
–
the endpoint stream
Returns
–
the name of the endpoint stream
Wp.EndpointStream.get_name
def Wp.EndpointStream.get_name (self):
#python wrapper for 'wp_endpoint_stream_get_name'
Parameters:
self
(
Wp.EndpointStream
)
–
the endpoint stream
Returns
(
str
)
–
the name of the endpoint stream
Wp.EndpointStream.prototype.get_name
function Wp.EndpointStream.prototype.get_name(): {
// javascript wrapper for 'wp_endpoint_stream_get_name'
}
Parameters:
self
(
Wp.EndpointStream
)
–
the endpoint stream
Returns
(
String
)
–
the name of the endpoint stream
Properties
Constants
WP_TYPE_ENDPOINT_STREAM
#define WP_TYPE_ENDPOINT_STREAM (wp_endpoint_stream_get_type ())
The results of the search are