MediaProfile Class

Class representing the ONVIF MediaProfiles.

Inheritance
MediaProfile

Constructor

MediaProfile(*, name: Optional[str] = None, media_uri: Optional[Any] = None, video_encoder_configuration: Optional[azure.media.videoanalyzeredge._generated.models._models_py3.VideoEncoderConfiguration] = None, **kwargs)

Variables

name
str

The name of the Media Profile.

media_uri
any

Object representing the URI that will be used to request for media streaming.

video_encoder_configuration
<xref:azure.media.videoanalyzer.edge.models.VideoEncoderConfiguration>

The Video encoder configuration.