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