summaryrefslogtreecommitdiff
path: root/lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h
diff options
context:
space:
mode:
authorBrant Thomsen <brant.thomsen@harman.com>2017-08-22 13:01:25 -0600
committerGitHub <noreply@github.com>2017-08-22 13:01:25 -0600
commit5b6ae3f0e4950012824646dfd0afc424f2424f04 (patch)
tree33e903b6ab2851d7c5a4dade31f72511b01d613d /lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h
parent517ab5332675b80b96bad7f6916ae6cfe9cf302d (diff)
parentbb7868bd875257f4716ec61cb09d3a4bbbbbfc04 (diff)
downloadOpen-AVB-5b6ae3f0e4950012824646dfd0afc424f2424f04.tar.gz
Merge pull request #676 from bdthomsen/feature-avtp-pipeline-avdeccfeature-avtp-pipeline-avdecc
AAF Updates
Diffstat (limited to 'lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h')
-rwxr-xr-xlib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h b/lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h
index 9bb1f321..aab1f973 100755
--- a/lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h
+++ b/lib/avtp_pipeline/map_uncmp_audio/openavb_map_uncmp_audio_pub.h
@@ -60,19 +60,6 @@ https://github.com/benhoyt/inih/commit/74d2ca064fb293bc60a77b0bd068075b293cf175.
*/
#define MapUncmpAudioMediaQDataFormat "UncmpAudio"
-/** Defines AAF timestamping mode:
- * - TS_SPARSE_MODE_DISABLED - timestamp is valid in every avtp packet
- * - TS_SPARSE_MODE_ENABLED - timestamp is valid in every 8th avtp packet
- */
-typedef enum {
- /// Unspecified
- TS_SPARSE_MODE_UNSPEC = 0,
- /// Disabled
- TS_SPARSE_MODE_DISABLED = 1,
- /// Enabled
- TS_SPARSE_MODE_ENABLED = 8
-} avb_audio_sparse_mode_t;
-
/** Contains detailed information of the audio format.
* \note Interface module has to set during the RX and TX init callbacks:
* - audioRate,
@@ -80,7 +67,6 @@ typedef enum {
* - audioBitDepth,
* - audioEndian,
* - audioChannels,
- * - sparseMode.
* \note The rest of fields mapping module will set these during the RX and TX
* init callbacks. The interface module can use these during the RX and TX
* callbacks.
@@ -96,8 +82,6 @@ typedef struct {
avb_audio_endian_t audioEndian;
/// Number of channels
avb_audio_channels_t audioChannels;
- /// Sparse timestamping mode
- avb_audio_sparse_mode_t sparseMode;
// The mapping module will set these during the RX and TX init callbacks
// The interface module can use these during the RX and TX callbacks.