H265ProfileTierBaseSubLayerProfilePresentFlag Property |
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool[] SubLayerProfilePresentFlag { get; set; }
Public Property SubLayerProfilePresentFlag As Boolean()
Get
Set
public:
property array<bool>^ SubLayerProfilePresentFlag {
array<bool>^ get ();
void set (array<bool>^ value);
}
member SubLayerProfilePresentFlag : bool[] with get, set
Property Value
Type:
Boolean
See Also