LANYINGDevelopers
Web & Mini ProgramiOSAndroidC++Server API

BMXVideoConfig Class Reference#

Inherits from NSObject
Declared in floo_proxy.h

Overview#

@interface RTC video config

Properties#

swigCMemOwn#

@property (nonatomic) BOOL swigCMemOwn

swigCPtr#

@property (nonatomic) void *swigCPtr

Instance Methods#

dealloc#

- (void)dealloc


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="dealloc" %}{% endlanying_code_snippet %}

getFrameRate#

- (int)getFrameRate


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="getFrameRate" %}{% endlanying_code_snippet %}

getHeight#

- (int)getHeight


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="getHeight" %}{% endlanying_code_snippet %}

getProfile#

- (BMXVideoProfile)getProfile


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="getProfile" %}{% endlanying_code_snippet %}

getWidth#

- (int)getWidth


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="getWidth" %}{% endlanying_code_snippet %}

init#

- (id)init


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="init" %}{% endlanying_code_snippet %}

initWithCptr:swigOwnCObject:#

- (id)initWithCptr:(void )cptr swigOwnCObject:(BOOL)ownCObject*


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="initWithCptr:swigOwnCObject:" %}{% endlanying_code_snippet %}

setFrameRate:#

- (void)setFrameRate:(int)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="setFrameRate:" %}{% endlanying_code_snippet %}

setHeight:#

- (void)setHeight:(int)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="setHeight:" %}{% endlanying_code_snippet %}

setProfile:#

- (void)setProfile:(BMXVideoProfile)value


Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="setProfile:" %}{% endlanying_code_snippet %}

setWidth:#

- (void)setWidth:(int)value

Example:

{% lanying_code_snippet repo="lanying-im-ios",class="BMXVideoConfig",function="setWidth:" %}{% endlanying_code_snippet %}
Generated API content with concise AI notes where context helps.