h264Profile property Null safety
the H.264 profile, either baseline, main, extended or high
- enum { 'Baseline', 'Main', 'Extended', 'High' }
Implementation
String get h264Profile => xmlH264Profile['\$'];
the H.264 profile, either baseline, main, extended or high
String get h264Profile => xmlH264Profile['\$'];