AudioClock Class |
Namespace: FM.IceLink
The AudioClock type exposes the following members.
Name | Description | |
---|---|---|
![]() | AudioClock(Int32, Int32, Action2Int32, Int32) |
Creates a new AudioClock.
|
![]() | AudioClock(Int32, Int32, Int32, Action2Int32, Int32) |
Creates a new AudioClock.
|
Name | Description | |
---|---|---|
![]() | BlockAlign |
Gets the BlockAlign.
|
![]() | ChannelCount |
Gets the audio's channel count.
|
![]() | ClockRate |
Gets the audio's clock rate.
|
![]() | Running |
Gets whether the clock is running.
|
![]() | StrictDuration |
Gets or sets the strict duration, in milliseconds.
If 0, then variable duration is used. If greater
than zero, then the clock will only raise frames
of that duration.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Start |
Starts the audio clock.
|
![]() | Stop |
Stops the audio clock.
|
![]() | ToString | (Inherited from Object.) |