| // Generated by the protocol buffer compiler. DO NOT EDIT! |
| |
| #import "Commontalk.pb.h" |
| // @@protoc_insertion_point(imports) |
| |
| @implementation CommontalkRoot |
| static PBExtensionRegistry* extensionRegistry = nil; |
| + (PBExtensionRegistry*) extensionRegistry { |
| return extensionRegistry; |
| } |
| |
| + (void) initialize { |
| if (self == [CommontalkRoot class]) { |
| PBMutableExtensionRegistry* registry = [PBMutableExtensionRegistry registry]; |
| [self registerAllExtensions:registry]; |
| extensionRegistry = registry; |
| } |
| } |
| + (void) registerAllExtensions:(PBMutableExtensionRegistry*) registry { |
| } |
| @end |
| |
| BOOL CT_AVProfileIsValidValue(CT_AVProfile value) { |
| switch (value) { |
| case CT_AVProfileAudioAac: |
| case CT_AVProfileAudioSpeex: |
| case CT_AVProfileAudioOpus: |
| case CT_AVProfileVideoH26450KbitL12: |
| case CT_AVProfileVideoH264530KbitL31: |
| case CT_AVProfileVideoH264100KbitL30: |
| case CT_AVProfileVideoH2642MbitL40: |
| case CT_AVProfileVideoH26450KbitL12Thumbnail: |
| case CT_AVProfileAvprofileMobile1: |
| case CT_AVProfileAvprofileHdMain1: |
| return YES; |
| default: |
| return NO; |
| } |
| } |
| |
| // @@protoc_insertion_point(global_scope) |