Classes(Objective C)

  • BJNVideoObjc(BJNVideo in Objective C) is an Objective C compatible wrapper around BJNVideo object. This class is only available to use in Objective C classes and not in Swift.

    It can be initialized as,

    BJNVideo *video = [[BJNVideo alloc] init];
    

    or

    BJNVideo *video = [[BJNVideo alloc] initWithMaxVideoBandwidth:nil];
    
    See more

    Declaration

    Swift

    @objc(BJNVideo)
    public class BJNVideoObjc : NSObject