DeviceProfile
A MediaBrowser.Model.Dlna.DeviceProfile represents a set of metadata which determines which content a certain device is able to play.
Specifically, it defines the supported containers (P:MediaBrowser.Model.Dlna.DeviceProfile.ContainerProfiles
) and codecs (P:MediaBrowser.Model.Dlna.DeviceProfile.CodecProfiles
) (video and/or audio, including codec profiles and levels) the device is able to direct play (without transcoding or remuxing), as well as which containers/codecs to transcode to (P:MediaBrowser.Model.Dlna.DeviceProfile.TranscodingProfiles
) in case it isn't.
Constructors
Properties
The codec profiles.
The container profiles. Failing to meet these optional conditions causes transcoding to occur.
The direct play profiles.
The maximum allowed bitrate for statically streamed content (= direct played files).
The maximum allowed bitrate for statically streamed (= direct played) music files.
The maximum allowed bitrate for all streamed content.
The maximum allowed bitrate for transcoded music streams.
The subtitle profiles.
The transcoding profiles.