CarrierConfigManager.ImsVt.KeyVideoCodecCapabilityPayloadTypesBundle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the Video Codec capability.
[Android.Runtime.Register("KEY_VIDEO_CODEC_CAPABILITY_PAYLOAD_TYPES_BUNDLE", ApiSince=33)]
public const string KeyVideoCodecCapabilityPayloadTypesBundle;
[<Android.Runtime.Register("KEY_VIDEO_CODEC_CAPABILITY_PAYLOAD_TYPES_BUNDLE", ApiSince=33)>]
val mutable KeyVideoCodecCapabilityPayloadTypesBundle : string
Field Value
- Attributes
Remarks
Specifies the Video Codec capability. This contains a list of payload types representing different Video codec instances.
Possible key(s) in this bundle are, <UL> <LI>#KEY_H264_PAYLOAD_TYPE_INT_ARRAY
</LI> </UL>
To specify payload descriptions for each of the payload types, see <UL> <LI>#KEY_H264_PAYLOAD_DESCRIPTION_BUNDLE
</LI> </UL>
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.