List of PCM audio datas. More...
Public Member Functions | |
PcmAudioDataList (IEnumerable< PcmAudioData > dataList) | |
Construction. | |
Properties | |
byte[] | AccumulatedData [get] |
Accumulated data for all the internal frames. | |
IEnumerable< PcmAudioData > | DataList [get] |
Getting the list of pcm audio datas. | |
DateTime | DateTime [get, set] |
The date and time the image was taken. | |
TimeSpan | Duration [get] |
Gets the presenation duration of the audio frame. | |
DateTime | EndDateTime [get] |
Gets the presentation end time of the audio frame. | |
bool | IsNextAvailable [get, set] |
Defines if the NextDateTime is filled. | |
bool | IsPreviousAvailable [get, set] |
Defines if the PreviousDateTime is filled. | |
DateTime | NextDateTime [get, set] |
The time stamp for the next image. This field is not always available. | |
IPcmSourceSettings | PcmSourceSettings [get, set] |
Gets the pcm source setting associated with this audio frames group. | |
DateTime | PreviousDateTime [get, set] |
The time stamp for the previous image. This field is not always available. | |
![]() | |
![]() |
List of PCM audio datas.
|
inline |
Construction.
dataList |
|
get |
Accumulated data for all the internal frames.
|
get |
Getting the list of pcm audio datas.
|
getset |
The date and time the image was taken.
Implements VideoOS.Platform.ISourceData.
|
get |
Gets the presenation duration of the audio frame.
Implements VideoOS.Platform.Data.IPcmAudioData.
|
get |
Gets the presentation end time of the audio frame.
Implements VideoOS.Platform.Data.IPcmAudioData.
|
getset |
Defines if the NextDateTime is filled.
Implements VideoOS.Platform.ISourceData.
|
getset |
Defines if the PreviousDateTime is filled.
Implements VideoOS.Platform.ISourceData.
|
getset |
The time stamp for the next image.
This field is not always available.
Implements VideoOS.Platform.ISourceData.
|
getset |
Gets the pcm source setting associated with this audio frames group.
Implements VideoOS.Platform.Data.IPcmAudioData.
|
getset |
The time stamp for the previous image.
This field is not always available.
Implements VideoOS.Platform.ISourceData.