Gets or sets the number of bits to encode the digital signal with.
Read-write property
[Visual Basic .NET] |
---|
Public Property BitDepth() As Integer |
[C#] |
---|
public int BitDepth {get; set;} |
[Managed C++] |
---|
public: __property int get_BitDepth(); |
[Unmanaged C++] |
---|
public: HRESULT get_BitDepth( int * pVal ); public: HRESULT put_BitDepth( int newVal ); |
[Java] |
---|
public Integer getBitDepth(); public void setBitDepth( Integer ); |