Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clone ( ) : object |
Creates a new object that is a copy of the current instance.
|
|
FrameInfo ( ) : System |
Initializes a new instance of the FrameInfo class.
|
|
FrameInfo ( int channels, int samplingRate, int bitsPerSample, int frameIndex, int totalFrames ) : System |
Initializes a new instance of the FrameInfo class.
|
public FrameInfo ( int channels, int samplingRate, int bitsPerSample, int frameIndex, int totalFrames ) : System | ||
channels | int | |
samplingRate | int | |
bitsPerSample | int | |
frameIndex | int | |
totalFrames | int | |
return | System |