AG903ライブラリリファレンス
Body Source
AG903_VidMgrEnableTRSDecode 関数
本文ソース
コピコード
1: int32_t AG903_VidMgrEnableTRSDecode(
AG903_VidMgrOutputHandle
*handle, _Bool trs_dec) 2: { 3: 4:
if
((handle == NULL) || (handle->id !=
AG903_VID_MGR_OUTPUT_HANDLE_ID
)) { 5:
return
-
AG903_EINVAL
; 6: } 7: 8: 9: handle->trs_dec_enable = trs_dec; 10: handle->is_dirty =
true
; 11: 12:
return
AG903_ENONE
; 13: }
Copyright (c) 2017-2025 Axell Corporation. All rights reserved.
内容
|
インデックス
|
ホーム