Method

ClapperVideoStreamget_pixel_format

Declaration [src]

gchar*
clapper_video_stream_get_pixel_format (
  ClapperVideoStream* stream
)

Description [src]

Get pixel format of video stream.

Return value

Type: gchar*

The pixel format of stream or NULL if undetermined.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.